Class: Google::Apis::ConfigV1::ProviderConfig

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

ProviderConfig contains the provider configurations.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeString

Optional. ProviderSource specifies the source type of the provider. Corresponds to the JSON property sourceType

Returns:

  • (String)


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