Class: Google::Apis::ConfigV1::ProviderConfig
- Inherits:
-
Object
- Object
- Google::Apis::ConfigV1::ProviderConfig
- 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
ProviderConfig contains the provider configurations.
Instance Attribute Summary collapse
-
#source_type ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProviderConfig
constructor
A new instance of ProviderConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProviderConfig
Returns a new instance of ProviderConfig.
2139 2140 2141 |
# File 'lib/google/apis/config_v1/classes.rb', line 2139 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source_type ⇒ String
Optional. ProviderSource specifies the source type of the provider.
Corresponds to the JSON property sourceType
2137 2138 2139 |
# File 'lib/google/apis/config_v1/classes.rb', line 2137 def source_type @source_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2144 2145 2146 |
# File 'lib/google/apis/config_v1/classes.rb', line 2144 def update!(**args) @source_type = args[:source_type] if args.key?(:source_type) end |