Class RolloutPlan (0.11.0)

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

RolloutPlan resource.

A RolloutPlan is the customer-defined strategy to divide a large-scale change into smaller increments, referred to as "waves". Each wave targets a specific portion of the overall affected area and defines criteria that must be met before progressing to the subsequent wave.

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

Attributes

Name Description
creation_timestamp str
Output only. [Output Only] Creation timestamp inRFC3339 text format. This field is a member of oneof_ _creation_timestamp.
description str
An optional description of this resource. Provide this property when you create the resource. This field is a member of oneof_ _description.
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#rolloutPlan for rolloutPlans. This field is a member of oneof_ _kind.
location_scope str
The location scope of the rollout plan. If not specified, the location scope is considered as ZONAL. Check the LocationScope enum for the list of possible values. This field is a member of oneof_ _location_scope.
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.
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.
waves MutableSequence[google.cloud.compute_v1beta.types.RolloutPlanWave]
Required. The waves included in this rollout plan.

Classes

LocationScope

LocationScope(value)

The location scope of the rollout plan. If not specified, the location scope is considered as ZONAL.