Class Reservation (1.22.0)

Reservation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A reservation describes the amount of a resource 'allotted' for a defined period of time.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
name str
The reservation name with the format: projects/{projectID}/locations/{location}/reservations/{reservationID}
standard google.cloud.tpu_v2alpha1.types.Reservation.Standard
A standard reservation. This field is a member of oneof_ kind.
state google.cloud.tpu_v2alpha1.types.Reservation.State
Output only. The state of the Reservation.

Classes

Standard

Standard(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details of a standard reservation.

State

State(value)

State of the Reservation.