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

Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.

Attributes

  • 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{
  items:
    [GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicyGeoPolicyItem.t()] | nil,
  kind: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.