GoogleApi.ServiceNetworking.V1.Model.RemoveDnsZoneRequest (google_api_service_networking v0.30.0) View Source

Request to remove a private managed DNS zone in the shared producer host project and a matching DNS peering zone in the consumer project.

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 the project number, as in '12345' {network} is the network name.
  • name (type: String.t, default: nil) - Required. The name for both the private zone in the shared producer host project and the peering zone in the consumer project.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ServiceNetworking.V1.Model.RemoveDnsZoneRequest{
  consumerNetwork: String.t() | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.