Resource: DeploymentGroupRevision
A DeploymentGroupRevision represents a snapshot of a DeploymentGroup at a given point in time, created when a DeploymentGroup is provisioned or deprovisioned.
| JSON representation |
|---|
{
"name": string,
"snapshot": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The name of the deployment group revision. Format: 'projects/{projectId}/locations/{location}/deploymentGroups/{deploymentGroup}/revisions/{revision}'. |
snapshot |
Output only. The snapshot of the deployment group at this revision. |
createTime |
Output only. Time when the deployment group revision was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
alternativeIds[] |
Output only. The alternative IDs of the deployment group revision. |
Methods |
|
|---|---|
|
Gets details about a DeploymentGroupRevision. |
|
Lists DeploymentGroupRevisions in a given DeploymentGroup. |