Class LicenseResourceRequirements
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
Declaration
[JsonProperty("minGuestCpuCount")]
public virtual int? MinGuestCpuCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinMemoryMb
[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
Declaration
[JsonProperty("minMemoryMb")]
public virtual int? MinMemoryMb { get; set; }
Property Value
Type | Description |
---|---|
int? |