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; }
Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
Property Value | |
---|---|
Type | Description |
int |
MinMemoryMb
public int MinMemoryMb { get; set; }
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
Property Value | |
---|---|
Type | Description |
int |