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

View Source

Request to update a record set from a private managed DNS zone in the shared producer host project. The name, type, ttl, and data values of the existing record set 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.
  • existingDnsRecordSet (type: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t, default: nil) - Required. The existing DNS record set to update.
  • newDnsRecordSet (type: GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t, default: nil) - Required. The new values that the DNS record set should be updated to hold.
  • 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.UpdateDnsRecordSetRequest{
  consumerNetwork: String.t() | nil,
  existingDnsRecordSet:
    GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet.t() | nil,
  newDnsRecordSet: 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.