Class Phase (1.4.0)

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

Phase represents a collection of jobs that are logically grouped together for a Rollout.

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

Attributes

NameDescription
id str
Output only. The ID of the Phase.
state google.cloud.deploy_v1.types.Phase.State
Output only. Current state of the Phase.
deployment_jobs google.cloud.deploy_v1.types.DeploymentJobs
Output only. Deployment job composition. This field is a member of `oneof`_ ``jobs``.

Inheritance

builtins.object > proto.message.Message > Phase

Classes

State

State(value)

Valid states of a Phase.