Infrastructure Manager v1 API - Class DeploymentOperationMetadata (1.1.0)

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

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

Ephemeral metadata content describing the state of a deployment operation.

Inheritance

object > DeploymentOperationMetadata

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

DeploymentOperationMetadata()

public DeploymentOperationMetadata()

DeploymentOperationMetadata(DeploymentOperationMetadata)

public DeploymentOperationMetadata(DeploymentOperationMetadata other)
Parameter
NameDescription
otherDeploymentOperationMetadata

Properties

ApplyResults

public ApplyResults ApplyResults { get; set; }

Outputs and artifacts from applying a deployment.

Property Value
TypeDescription
ApplyResults

Build

public string Build { get; set; }

Output only. Cloud Build instance UUID associated with this operation.

Property Value
TypeDescription
string

Logs

public string Logs { get; set; }

Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

Property Value
TypeDescription
string

Step

public DeploymentOperationMetadata.Types.DeploymentStep Step { get; set; }

The current step the deployment operation is running.

Property Value
TypeDescription
DeploymentOperationMetadataTypesDeploymentStep