View Source GoogleApi.Domains.V1.Model.RRSetRoutingPolicy (google_api_domains v0.12.0)

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

Attributes

  • geo (type: GoogleApi.Domains.V1.Model.GeoPolicy.t, default: nil) -
  • geoPolicy (type: GoogleApi.Domains.V1.Model.GeoPolicy.t, default: nil) -
  • healthCheck (type: String.t, default: nil) - The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
  • primaryBackup (type: GoogleApi.Domains.V1.Model.PrimaryBackupPolicy.t, default: nil) -
  • wrr (type: GoogleApi.Domains.V1.Model.WrrPolicy.t, default: nil) -
  • wrrPolicy (type: GoogleApi.Domains.V1.Model.WrrPolicy.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Domains.V1.Model.RRSetRoutingPolicy{
  geo: GoogleApi.Domains.V1.Model.GeoPolicy.t() | nil,
  geoPolicy: GoogleApi.Domains.V1.Model.GeoPolicy.t() | nil,
  healthCheck: String.t() | nil,
  primaryBackup: GoogleApi.Domains.V1.Model.PrimaryBackupPolicy.t() | nil,
  wrr: GoogleApi.Domains.V1.Model.WrrPolicy.t() | nil,
  wrrPolicy: GoogleApi.Domains.V1.Model.WrrPolicy.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.