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.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.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 RRSetRoutingPolicyGeoPolicy Geo { get; set; }
Property Value
Type Description
RRSetRoutingPolicyGeoPolicy

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

Kind

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

PrimaryBackup

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

Wrr

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX