Class: Google::Apis::ServicenetworkingV1::UpdateConsumerConfigRequest
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1::UpdateConsumerConfigRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/servicenetworking_v1/classes.rb,
lib/google/apis/servicenetworking_v1/representations.rb,
lib/google/apis/servicenetworking_v1/representations.rb
Overview
Request to update the configuration of a service networking connection including the import/export of custom routes and subnetwork routes with public IP.
Instance Attribute Summary collapse
-
#consumer_config ⇒ Google::Apis::ServicenetworkingV1::ConsumerConfig
Configuration information for a private service access connection.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpdateConsumerConfigRequest
constructor
A new instance of UpdateConsumerConfigRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpdateConsumerConfigRequest
Returns a new instance of UpdateConsumerConfigRequest.
4992 4993 4994 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4992 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consumer_config ⇒ Google::Apis::ServicenetworkingV1::ConsumerConfig
Configuration information for a private service access connection.
Corresponds to the JSON property consumerConfig
4990 4991 4992 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4990 def consumer_config @consumer_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4997 4998 4999 |
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4997 def update!(**args) @consumer_config = args[:consumer_config] if args.key?(:consumer_config) end |