Class DeploymentSource
Configuration for a value sourced from a Deployment.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class DeploymentSource : IDirectResponseSchema
Properties
Deployment
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.
Declaration
[JsonProperty("deployment")]
public virtual string Deployment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OutputName
Required. The name of the output variable in the source deployment's latest successfully applied revision.
Declaration
[JsonProperty("outputName")]
public virtual string OutputName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |