GlobalVmExtensionPolicyRolloutOperationRolloutStatus(
mapping=None, *, ignore_unknown_fields=False, **kwargs
).. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
current_rollouts |
MutableSequence[google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata]
Output only. [Output Only] The current rollouts for the latest version of the resource. There should be only one current rollout, but for scalability, we make it repeated. |
previous_rollout |
google.cloud.compute_v1beta.types.GlobalVmExtensionPolicyRolloutOperationRolloutStatusRolloutMetadata
Output only. [Output Only] The last completed rollout resource. This field will not be populated until the first rollout is completed. This field is a member of oneof_ _previous_rollout.
|