class Google::Apis::ServicenetworkingV1::UpdateConsumerConfigRequest
Request to update the configuration of a service networking connection including the import/export of custom routes and subnetwork routes with public IP.
Attributes
consumer_config[RW]
Configuration information for a private service access connection. Corresponds to the JSON property `consumerConfig` @return [Google::Apis::ServicenetworkingV1::ConsumerConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 4074 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicenetworking_v1/classes.rb, line 4079 def update!(**args) @consumer_config = args[:consumer_config] if args.key?(:consumer_config) end