GoogleApi.ServiceNetworking.V1.Model.RemoveDnsRecordSetRequest (google_api_service_networking v0.40.0)

View Source

Request to remove a record set from a private managed DNS zone in the shared producer host project. The name, type, ttl, and data values must all exactly match an existing record set in the specified zone.

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.
  • dnsRecordSet (type: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t, default: nil) - Required. The DNS record set to remove.
  • zone (type: String.t, default: nil) - Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.RemoveDnsRecordSetRequest{
  consumerNetwork: String.t() | nil,
  dnsRecordSet: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t() | nil,
  zone: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.