Class ResourceStatusShutdownDetails (0.11.0)

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

Specifies if the instance is in PENDING_STOP state or there is a programmed stop scheduled.

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

Attributes

Name Description
max_duration google.cloud.compute_v1beta.types.Duration
The duration for graceful shutdown. Only applicable when stop_state=PENDING_STOP. This field is a member of oneof_ _max_duration.
request_timestamp str
Past timestamp indicating the beginning of current stopState in RFC3339 text format. This field is a member of oneof_ _request_timestamp.
stop_state str
Current stopping state of the instance. Check the StopState enum for the list of possible values. This field is a member of oneof_ _stop_state.
target_state str
Target instance state. Check the TargetState enum for the list of possible values. This field is a member of oneof_ _target_state.

Classes

StopState

StopState(value)

Current stopping state of the instance.

TargetState

TargetState(value)

Target instance state.