Show / Hide Table of Contents

Class Standard

Details of a standard reservation.

Inheritance
object
Standard
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX