Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::DeploymentSource (v2.9.0)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::DeploymentSource.

Configuration for a value sourced from a Deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment

def deployment() -> ::String
Returns
  • (::String) — 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.

#deployment=

def deployment=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#output_name

def output_name() -> ::String
Returns
  • (::String) — Required. The name of the output variable in the source deployment's latest successfully applied revision.

#output_name=

def output_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the output variable in the source deployment's latest successfully applied revision.
Returns
  • (::String) — Required. The name of the output variable in the source deployment's latest successfully applied revision.