Class: Google::Apis::ConfigV1::ExternalValueSource

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/config_v1/classes.rb,
lib/google/apis/config_v1/representations.rb,
lib/google/apis/config_v1/representations.rb

Overview

Configuration for a source of an external value.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExternalValueSource

Returns a new instance of ExternalValueSource.



1028
1029
1030
# File 'lib/google/apis/config_v1/classes.rb', line 1028

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deployment_sourceGoogle::Apis::ConfigV1::DeploymentSource

Configuration for a value sourced from a Deployment. Corresponds to the JSON property deploymentSource



1026
1027
1028
# File 'lib/google/apis/config_v1/classes.rb', line 1026

def deployment_source
  @deployment_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1033
1034
1035
# File 'lib/google/apis/config_v1/classes.rb', line 1033

def update!(**args)
  @deployment_source = args[:deployment_source] if args.key?(:deployment_source)
end