Class Standard
Details of a standard reservation.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class Standard : IDirectResponseSchema
Properties
CapacityUnits
Capacity units this reservation is measured in.
Declaration
[JsonProperty("capacityUnits")]
public virtual string CapacityUnits { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Interval
The start and end time of the reservation.
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
Type | Description |
---|---|
Interval |
ResourceType
The resource type of the reservation.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Type | Description |
---|---|
int? |
Usage
The current usage of the reservation.
Declaration
[JsonProperty("usage")]
public virtual Usage Usage { get; set; }
Property Value
Type | Description |
---|---|
Usage |