google_api_service_networking v0.14.0 GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet View Source

Represents a DNS record set resource.

Attributes

  • data (type: list(String.t), default: nil) - Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.
  • domain (type: String.t, default: nil) - Required. The DNS or domain name of the record set, e.g. test.example.com.
  • ttl (type: String.t, default: nil) - Required. The period of time for which this RecordSet can be cached by resolvers.
  • type (type: String.t, default: nil) - Required. The identifier of a supported record type.

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.DnsRecordSet{
  data: [String.t()],
  domain: String.t(),
  ttl: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.