Class Rollout (0.11.0)

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

Rollout resource.

A Rollout is a specific instance of a RolloutPlan. It represents a single execution of a strategy to roll out a specific resource. It also provides APIs to interact with the rollout.

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

Attributes

Name Description
cancellation_time str
Output only. The timestamp at which the Rollout was cancelled. This field is a member of oneof_ _cancellation_time.
completion_time str
Output only. The timestamp at which the Rollout was completed. This field is a member of oneof_ _completion_time.
creation_timestamp str
Output only. [Output Only] Creation timestamp inRFC3339 text format. This field is a member of oneof_ _creation_timestamp.
current_wave_number int
Output only. The number of the currently running wave. Ex. 1 This field is a member of oneof_ _current_wave_number.
description str
An optional description of this resource. Provide this property when you create the resource. This field is a member of oneof_ _description.
etag str
Output only. etag of the Rollout Ex. abc1234 This field is a member of oneof_ _etag.
id int
Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of oneof_ _id.
kind str
Output only. [Output Only] Type of the resource. Always compute#rollout for rollouts. This field is a member of oneof_ _kind.
name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is a member of oneof_ _name.
rollout_entity google.cloud.compute_v1beta.types.RolloutRolloutEntity
Required. The resource being rolled out. This field is a member of oneof_ _rollout_entity.
rollout_plan str
Required. Rollout Plan used to model the Rollout. Ex. compute.googleapis.com/v1/projects/1234/rolloutPlans/rp1 This field is a member of oneof_ _rollout_plan.
self_link str
Output only. [Output Only] Server-defined fully-qualified URL for this resource. This field is a member of oneof_ _self_link.
self_link_with_id str
Output only. [Output Only] Server-defined URL for this resource's resource id. This field is a member of oneof_ _self_link_with_id.
state str
Output only. The current state of the Rollout. Check the State enum for the list of possible values. This field is a member of oneof_ _state.
wave_details MutableSequence[google.cloud.compute_v1beta.types.RolloutWaveDetails]
Output only. Details about each wave of the rollout.

Classes

State

State(value)

Output only. The current state of the Rollout.