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

ResourceRecordSet data for one geo location.

Attributes

  • healthCheckedTargets (type: GoogleApi.DNS.V1.Model.RRSetRoutingPolicyHealthCheckTargets.t, default: nil) - For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with rrdata within this item.
  • 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. If health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.