View Source GoogleApi.Domains.V1alpha2.Model.GeoPolicyItem (google_api_domains v0.12.2)
ResourceRecordSet data for one geo location.
Attributes
-
healthCheckedTargets
(type:GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.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 withrrdata
within this item. -
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. -
rrdata
(type:list(String.t)
, default:nil
) - -
signatureRrdata
(type:list(String.t)
, default:nil
) - DNSSEC generated signatures for all therrdata
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.Domains.V1alpha2.Model.GeoPolicyItem{ healthCheckedTargets: GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.t() | nil, location: String.t() | nil, rrdata: [String.t()] | nil, signatureRrdata: [String.t()] | nil }