Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::DeploymentGroupRevision.
A DeploymentGroupRevision represents a snapshot of a DeploymentGroup at a given point in time, created when a DeploymentGroup is provisioned or deprovisioned.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#alternative_ids
def alternative_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. The alternative IDs of the deployment group revision.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when the deployment group revision was created.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
Returns
- (::String) — Identifier. The name of the deployment group revision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
#snapshot
def snapshot() -> ::Google::Cloud::ConfigService::V1::DeploymentGroup
Returns
- (::Google::Cloud::ConfigService::V1::DeploymentGroup) — Output only. The snapshot of the deployment group at this revision.