View Source GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem (google_api_dns v0.27.1)

ResourceRecordSet data for one geo location.

Attributes

  • kind (type: String.t, default: dns#rRSetRoutingPolicyGeoPolicyGeoPolicyItem) -
  • location (type: String.t, default: nil) - The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
  • rrdatas (type: list(String.t), default: nil) -
  • signatureRrdatas (type: list(String.t), default: nil) - DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem{
  kind: String.t() | nil,
  location: String.t() | nil,
  rrdatas: [String.t()] | nil,
  signatureRrdatas: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.