public sealed class DeploymentOperationSummary : IMessage<DeploymentOperationSummary>, IEquatable<DeploymentOperationSummary>, IDeepCloneable<DeploymentOperationSummary>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class DeploymentOperationSummary.
The summary of the deployment operation.
Implements
IMessageDeploymentOperationSummary, IEquatableDeploymentOperationSummary, IDeepCloneableDeploymentOperationSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
DeploymentOperationSummary()
public DeploymentOperationSummary()DeploymentOperationSummary(DeploymentOperationSummary)
public DeploymentOperationSummary(DeploymentOperationSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentOperationSummary |
Properties
Artifacts
public string Artifacts { get; set; }Output only. Location of Deployment operations artifacts in
gs://{bucket}/{object} format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Build
public string Build { get; set; }Output only. Cloud Build instance UUID associated with this operation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Content
public string Content { get; set; }Output only. Location of Deployment operations content in
gs://{bucket}/{object} format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeploymentStep
public DeploymentOperationMetadata.Types.DeploymentStep DeploymentStep { get; set; }Output only. The current step the deployment operation is running.
| Property Value | |
|---|---|
| Type | Description |
DeploymentOperationMetadataTypesDeploymentStep |
|
Logs
public string Logs { get; set; }Output only. Location of Deployment operations logs in
gs://{bucket}/{object} format.
| Property Value | |
|---|---|
| Type | Description |
string |
|