Class LicenseResourceRequirements
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class LicenseResourceRequirements : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinGuestCpuCount
Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
Declaration
[JsonProperty("minGuestCpuCount")]
public virtual int? MinGuestCpuCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinMemoryMb
Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
Declaration
[JsonProperty("minMemoryMb")]
public virtual int? MinMemoryMb { get; set; }
Property Value
Type | Description |
---|---|
int? |