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

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. Cloud DNS requires that a DNS suffix ends with a trailing dot.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceNetworking.V1.Model.DnsRecordSet{
  data: [String.t()] | nil,
  domain: String.t() | nil,
  ttl: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.