Show / Hide Table of Contents

Class DeploymentUnitProgress

The progress of a deployment unit provisioning or deprovisioning.

Inheritance
object
DeploymentUnitProgress
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 DeploymentUnitProgress : IDirectResponseSchema

Properties

Deployment

Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.

Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
Type Description
string

DeploymentOperationSummary

Output only. The summary of the deployment operation.

Declaration
[JsonProperty("deploymentOperationSummary")]
public virtual DeploymentOperationSummary DeploymentOperationSummary { get; set; }
Property Value
Type Description
DeploymentOperationSummary

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

Output only. Holds the error status of the deployment unit provisioning.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Intent

Output only. The intent of the deployment unit.

Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Type Description
string

State

Output only. The current step of the deployment unit provisioning.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateDescription

Output only. Additional information regarding the current state.

Declaration
[JsonProperty("stateDescription")]
public virtual string StateDescription { get; set; }
Property Value
Type Description
string

UnitId

Output only. The unit id of the deployment unit to be provisioned.

Declaration
[JsonProperty("unitId")]
public virtual string UnitId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX