Standard(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details of a standard reservation.
Attributes |
|
---|---|
Name | Description |
size |
int
The size of the reservation, in the units specified in the 'capacity_units' field. |
capacity_units |
google.cloud.tpu_v2alpha1.types.Reservation.Standard.CapacityUnits
Capacity units this reservation is measured in. |
resource_type |
str
The resource type of the reservation. |
interval |
google.type.interval_pb2.Interval
The start and end time of the reservation. |
usage |
google.cloud.tpu_v2alpha1.types.Reservation.Standard.Usage
The current usage of the reservation. |
Classes
CapacityUnits
CapacityUnits(value)
Units in which capacity for a reservation is measured.
Usage
Usage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Usage details of a reservation.