Show / Hide Table of Contents

Class ProvisionDeploymentGroupOperationMetadata

Operation metadata for ProvisionDeploymentGroup and DeprovisionDeploymentGroup long-running operations.

Inheritance
object
ProvisionDeploymentGroupOperationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX