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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/servicenetworking_v1/classes.rb,
generated/google/apis/servicenetworking_v1/representations.rb,
generated/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.



3937
3938
3939
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 3937

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



3935
3936
3937
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 3935

def consumer_config
  @consumer_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3942
3943
3944
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 3942

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