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.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.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

GeoPolicy

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

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

WrrPolicy

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX