Class GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata (0.11.0)

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

Attributes

Name Description
location_rollout_status MutableMapping[str, google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadataLocationRolloutStatus]
Output only. [Output Only] The rollout status for each location. The list of the locations is the same as the list of locations in the rollout plan.
rollout str
Output only. [Output Only] The name of the rollout. Ex. projects//locations/global/rollouts/. This field is a member of oneof_ _rollout.
rollout_plan str
Output only. [Output Only] The name of the rollout plan. Ex. projects//locations/global/rolloutPlans/. This field is a member of oneof_ _rollout_plan.
state str
Output only. [Output Only] The overall state of the rollout. Check the State enum for the list of possible values. This field is a member of oneof_ _state.

Classes

LocationRolloutStatusEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Output only. [Output Only] The overall state of the rollout.