public sealed class DeploymentSource : IMessage<DeploymentSource>, IEquatable<DeploymentSource>, IDeepCloneable<DeploymentSource>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class DeploymentSource.
Configuration for a value sourced from a Deployment.
Implements
IMessageDeploymentSource, IEquatableDeploymentSource, IDeepCloneableDeploymentSource, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
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 |
|