public sealed class LicenseResourceRequirements : IMessage<LicenseResourceRequirements>, IEquatable<LicenseResourceRequirements>, IDeepCloneable<LicenseResourceRequirements>, IBufferMessage, IMessage
Implements
IMessageLicenseResourceRequirements, IEquatableLicenseResourceRequirements, IDeepCloneableLicenseResourceRequirements, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
LicenseResourceRequirements()
public LicenseResourceRequirements()
LicenseResourceRequirements(LicenseResourceRequirements)
public LicenseResourceRequirements(LicenseResourceRequirements other)
Parameter | |
---|---|
Name | Description |
other |
LicenseResourceRequirements |
Properties
HasMinGuestCpuCount
public bool HasMinGuestCpuCount { get; }
Gets whether the "min_guest_cpu_count" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasMinMemoryMb
public bool HasMinMemoryMb { get; }
Gets whether the "min_memory_mb" field is set
Property Value | |
---|---|
Type | Description |
bool |
MinGuestCpuCount
public int MinGuestCpuCount { get; set; }
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
Property Value | |
---|---|
Type | Description |
int |
MinMemoryMb
public int MinMemoryMb { get; set; }
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
Property Value | |
---|---|
Type | Description |
int |