GoogleApi.Domains.V1beta1.Model.GeoPolicyItem (google_api_domains v0.12.3)
View SourceResourceRecordSet data for one geo location.
Attributes
-
healthCheckedTargets(type:GoogleApi.Domains.V1beta1.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 withrrdatawithin 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 therrdatawithin this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Domains.V1beta1.Model.GeoPolicyItem{ healthCheckedTargets: GoogleApi.Domains.V1beta1.Model.HealthCheckTargets.t() | nil, location: String.t() | nil, rrdata: [String.t()] | nil, signatureRrdata: [String.t()] | nil }