Class Standard
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class Standard : IDirectResponseSchema
Properties
CapacityUnits
Declaration
[JsonProperty("capacityUnits")]
public virtual string CapacityUnits { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Interval
The start and end time of the reservation.
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
ResourceType
The resource type of the reservation.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Size
The size of the reservation, in the units specified in the 'capacity_units' field.
Declaration
[JsonProperty("size")]
public virtual int? Size { get; set; }
Property Value
Usage
Declaration
[JsonProperty("usage")]
public virtual Usage Usage { get; set; }
Property Value
Implements