GoogleApi.Domains.V1.Model.RRSetRoutingPolicy (google_api_domains v0.12.3)
View SourceA 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 fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL likehttps://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}. 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 }