public sealed class DeploymentUnitProgress : IMessage<DeploymentUnitProgress>, IEquatable<DeploymentUnitProgress>, IDeepCloneable<DeploymentUnitProgress>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class DeploymentUnitProgress.
The progress of a deployment unit provisioning or deprovisioning.
Implements
IMessageDeploymentUnitProgress, IEquatableDeploymentUnitProgress, IDeepCloneableDeploymentUnitProgress, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
DeploymentUnitProgress()
public DeploymentUnitProgress()DeploymentUnitProgress(DeploymentUnitProgress)
public DeploymentUnitProgress(DeploymentUnitProgress other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentUnitProgress |
Properties
Deployment
public string Deployment { get; set; }Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeploymentAsDeploymentName
public DeploymentName DeploymentAsDeploymentName { get; set; }DeploymentName-typed view over the Deployment resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentName |
|
DeploymentOperationSummary
public DeploymentOperationSummary DeploymentOperationSummary { get; set; }Output only. The summary of the deployment operation.
| Property Value | |
|---|---|
| Type | Description |
DeploymentOperationSummary |
|
Error
public Status Error { get; set; }Output only. Holds the error status of the deployment unit provisioning.
| Property Value | |
|---|---|
| Type | Description |
Status |
|
Intent
public DeploymentUnitProgress.Types.Intent Intent { get; set; }Output only. The intent of the deployment unit.
| Property Value | |
|---|---|
| Type | Description |
DeploymentUnitProgressTypesIntent |
|
State
public DeploymentUnitProgress.Types.State State { get; set; }Output only. The current step of the deployment unit provisioning.
| Property Value | |
|---|---|
| Type | Description |
DeploymentUnitProgressTypesState |
|
StateDescription
public string StateDescription { get; set; }Output only. Additional information regarding the current state.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UnitId
public string UnitId { get; set; }Output only. The unit id of the deployment unit to be provisioned.
| Property Value | |
|---|---|
| Type | Description |
string |
|