Infrastructure Manager v1 API - Class DeploymentSource (1.12.0)

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

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

Configuration for a value sourced from a Deployment.

Inheritance

object > DeploymentSource

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

DeploymentSource()

public DeploymentSource()

DeploymentSource(DeploymentSource)

public DeploymentSource(DeploymentSource other)
Parameter
Name Description
other DeploymentSource

Properties

Deployment

public string Deployment { get; set; }

Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location.

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

OutputName

public string OutputName { get; set; }

Required. The name of the output variable in the source deployment's latest successfully applied revision.

Property Value
Type Description
string