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_v2.types.QueuedResourceState.State
Output only. State of the QueuedResource request. |
creating_data |
google.cloud.tpu_v2.types.QueuedResourceState.CreatingData
Output only. Further data for the creating state. This field is a member of oneof _ state_data .
|
accepted_data |
google.cloud.tpu_v2.types.QueuedResourceState.AcceptedData
Output only. Further data for the accepted state. This field is a member of oneof _ state_data .
|
provisioning_data |
google.cloud.tpu_v2.types.QueuedResourceState.ProvisioningData
Output only. Further data for the provisioning state. This field is a member of oneof _ state_data .
|
failed_data |
google.cloud.tpu_v2.types.QueuedResourceState.FailedData
Output only. Further data for the failed state. This field is a member of oneof _ state_data .
|
deleting_data |
google.cloud.tpu_v2.types.QueuedResourceState.DeletingData
Output only. Further data for the deleting state. This field is a member of oneof _ state_data .
|
active_data |
google.cloud.tpu_v2.types.QueuedResourceState.ActiveData
Output only. Further data for the active state. This field is a member of oneof _ state_data .
|
suspending_data |
google.cloud.tpu_v2.types.QueuedResourceState.SuspendingData
Output only. Further data for the suspending state. This field is a member of oneof _ state_data .
|
suspended_data |
google.cloud.tpu_v2.types.QueuedResourceState.SuspendedData
Output only. Further data for the suspended state. This field is a member of oneof _ state_data .
|
state_initiator |
google.cloud.tpu_v2.types.QueuedResourceState.StateInitiator
Output only. The initiator of the QueuedResources's current state. Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service. |
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.