Show / Hide Table of Contents

Class RRSetRoutingPolicy

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.

Inheritance
object
RRSetRoutingPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDomains.v1beta1.Data
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class RRSetRoutingPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Geo

Declaration
[JsonProperty("geo")]
public virtual GeoPolicy Geo { get; set; }
Property Value
Type Description
GeoPolicy

GeoPolicy

Declaration
[JsonProperty("geoPolicy")]
public virtual GeoPolicy GeoPolicy { get; set; }
Property Value
Type Description
GeoPolicy

HealthCheck

The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL like https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks

Declaration
[JsonProperty("healthCheck")]
public virtual string HealthCheck { get; set; }
Property Value
Type Description
string

PrimaryBackup

Declaration
[JsonProperty("primaryBackup")]
public virtual PrimaryBackupPolicy PrimaryBackup { get; set; }
Property Value
Type Description
PrimaryBackupPolicy

Wrr

Declaration
[JsonProperty("wrr")]
public virtual WrrPolicy Wrr { get; set; }
Property Value
Type Description
WrrPolicy

WrrPolicy

Declaration
[JsonProperty("wrrPolicy")]
public virtual WrrPolicy WrrPolicy { get; set; }
Property Value
Type Description
WrrPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX