GoogleApi.DNS.V1.Model.RRSetRoutingPolicy (google_api_dns v0.21.0) View Source

A RRSetRoutingPolicy represents ResourceRecordSet data that will be returned dynamically with the response varying based on configured properties such as geolocation or by weighted random selection.

Attributes

  • geoPolicy (type: GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicy.t, default: nil) -
  • kind (type: String.t, default: dns#rRSetRoutingPolicy) -
  • wrrPolicy (type: GoogleApi.DNS.V1.Model.RRSetRoutingPolicyWrrPolicy.t, default: nil) -

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.RRSetRoutingPolicy{
  geoPolicy: GoogleApi.DNS.V1.Model.RRSetRoutingPolicyGeoPolicy.t(),
  kind: String.t(),
  wrrPolicy: GoogleApi.DNS.V1.Model.RRSetRoutingPolicyWrrPolicy.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.