Class QueuedResourceState (1.18.5)

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

QueuedResourceState defines the details of the QueuedResource request.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
state google.cloud.tpu_v2alpha1.types.QueuedResourceState.State
State of the QueuedResource request.
creating_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.CreatingData
Further data for the creating state. This field is a member of oneof_ state_data.
accepted_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.AcceptedData
Further data for the accepted state. This field is a member of oneof_ state_data.
provisioning_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.ProvisioningData
Further data for the provisioning state. This field is a member of oneof_ state_data.
failed_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.FailedData
Further data for the failed state. This field is a member of oneof_ state_data.
deleting_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.DeletingData
Further data for the deleting state. This field is a member of oneof_ state_data.
active_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.ActiveData
Further data for the active state. This field is a member of oneof_ state_data.
suspending_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.SuspendingData
Further data for the suspending state. This field is a member of oneof_ state_data.
suspended_data google.cloud.tpu_v2alpha1.types.QueuedResourceState.SuspendedData
Further data for the suspended state. This field is a member of oneof_ state_data.
state_initiator google.cloud.tpu_v2alpha1.types.QueuedResourceState.StateInitiator
Output only. The initiator of the QueuedResources's current state.

Classes

AcceptedData

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

Further data for the accepted state.

ActiveData

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

Further data for the active state.

CreatingData

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

Further data for the creating state.

DeletingData

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

Further data for the deleting state.

FailedData

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

Further data for the failed state.

ProvisioningData

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

Further data for the provisioning state.

State

State(value)

Output only state of the request

StateInitiator

StateInitiator(value)

The initiator of the QueuedResource's SUSPENDING/SUSPENDED state.

SuspendedData

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

Further data for the suspended state.

SuspendingData

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

Further data for the suspending state.