Class ProvisionDeploymentGroupOperationMetadata
Operation metadata for ProvisionDeploymentGroup and DeprovisionDeploymentGroup long-running operations.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProvisionDeploymentGroupOperationMetadata : IDirectResponseSchema
Properties
DeploymentUnitProgresses
Output only. Progress information for each deployment unit within the operation.
Declaration
[JsonProperty("deploymentUnitProgresses")]
public virtual IList<DeploymentUnitProgress> DeploymentUnitProgresses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DeploymentUnitProgress> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Step
Output only. The current step of the deployment group operation.
Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
| Type | Description |
|---|---|
| string |