class Google::Apis::ServicenetworkingV1::DeleteConnectionRequest
Request to delete a private service access connection. The call will fail if there are any managed service instances using this connection.
Attributes
consumer_network[RW]
Required. The network that the consumer is using to connect with services. Must be in the form of projects/`project`/global/networks/`network` `project` is a project number, as in '12345' `network` is a network name. Corresponds to the JSON property `consumerNetwork` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicenetworking_v1/classes.rb, line 1166 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 1171 def update!(**args) @consumer_network = args[:consumer_network] if args.key?(:consumer_network) end