Infrastructure Manager v1 API - Class DeploymentOperationSummary (1.12.0)

public sealed class DeploymentOperationSummary : IMessage<DeploymentOperationSummary>, IEquatable<DeploymentOperationSummary>, IDeepCloneable<DeploymentOperationSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class DeploymentOperationSummary.

The summary of the deployment operation.

Inheritance

object > DeploymentOperationSummary

Namespace

Google.Cloud.Config.V1

Assembly

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