GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicy (google_api_dns v0.21.0) View Source
Attributes
-
failovers(type:list(GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem.t), default:nil) - If the health check for the primary target for a geo location returns an unhealthy status, the failover target is returned instead. This failover configuration is not mandatory. If a failover is not provided, the primary target won't be healthchecked - we'll return the primarily configured rrdata irrespective of whether it is healthy or not. -
items(type:list(GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem.t), default:nil) - The primary geo routing configuration. If there are multiple items with the same location, an error is returned instead. -
kind(type:String.t, default:dns#rRSetRoutingPolicyGeoPolicy) -
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.RRSetRoutingPolicyGeoPolicy{
failovers: [
GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem.t()
],
items: [GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem.t()],
kind: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.