public sealed class LicenseResourceRequirements : IMessage<LicenseResourceRequirements>, IEquatable<LicenseResourceRequirements>, IDeepCloneable<LicenseResourceRequirements>, IBufferMessage, IMessage
Implements
IMessage<LicenseResourceRequirements>, IEquatable<LicenseResourceRequirements>, IDeepCloneable<LicenseResourceRequirements>, 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 |
Boolean |
HasMinMemoryMb
public bool HasMinMemoryMb { get; }
Gets whether the "min_memory_mb" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
Int32 |
MinMemoryMb
public int MinMemoryMb { get; set; }
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
Property Value | |
---|---|
Type | Description |
Int32 |