GoogleApi.ServiceNetworking.V1.Model.DeleteConnectionRequest (google_api_service_networking v0.40.0)
View SourceRequest to delete a private service access connection. The call will fail if there are any managed service instances using this connection.
Attributes
-
consumerNetwork
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceNetworking.V1.Model.DeleteConnectionRequest{ consumerNetwork: String.t() | nil }