Class: Google::Apis::ServicenetworkingV1::UpdateConsumerConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_configGoogle::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