Class InstanceConsumptionInfo
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceConsumptionInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GuestCpus
The number of virtual CPUs that are available to the instance.
Declaration
[JsonProperty("guestCpus")]
public virtual int? GuestCpus { get; set; }
Property Value
Type | Description |
---|---|
int? |
LocalSsdGb
The amount of local SSD storage available to the instance, defined in GiB.
Declaration
[JsonProperty("localSsdGb")]
public virtual int? LocalSsdGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MemoryMb
The amount of physical memory available to the instance, defined in MiB.
Declaration
[JsonProperty("memoryMb")]
public virtual int? MemoryMb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinNodeCpus
The minimal guaranteed number of virtual CPUs that are reserved.
Declaration
[JsonProperty("minNodeCpus")]
public virtual int? MinNodeCpus { get; set; }
Property Value
Type | Description |
---|---|
int? |