Class FutureResourcesSpecAggregateResources
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureResourcesSpecAggregateResources : IDirectResponseSchema
Properties
AcceleratorCount
Size of the request, in accelerator (chip) count.
Declaration
[JsonProperty("acceleratorCount")]
public virtual long? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VmFamily
The VM family that all instances scheduled against this reservation must belong to. Use for TPU reservations.
Declaration
[JsonProperty("vmFamily")]
public virtual string VmFamily { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadType
Workload type. Use for TPU reservations.
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
Type | Description |
---|---|
string |