Class DeploymentGroupRevision (0.6.0)

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

A DeploymentGroupRevision represents a snapshot of a DeploymentGroup at a given point in time, created when a DeploymentGroup is provisioned or deprovisioned.

Attributes

Name Description
name str
Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
snapshot google.cloud.config_v1.types.DeploymentGroup
Output only. The snapshot of the deployment group at this revision.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the deployment group revision was created.
alternative_ids MutableSequence[str]
Output only. The alternative IDs of the deployment group revision.