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.



4942
4943
4944
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4942

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



4940
4941
4942
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4940

def consumer_config
  @consumer_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4947
4948
4949
# File 'lib/google/apis/servicenetworking_v1/classes.rb', line 4947

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