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
System.Object
RRSetRoutingPolicy
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.dll
Syntax
public class RRSetRoutingPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Geo
Declaration
[JsonProperty("geo")]
public virtual RRSetRoutingPolicyGeoPolicy Geo { get; set; }
Property Value
| Type | Description |
|---|---|
| RRSetRoutingPolicyGeoPolicy |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Wrr
Declaration
[JsonProperty("wrr")]
public virtual RRSetRoutingPolicyWrrPolicy Wrr { get; set; }
Property Value
| Type | Description |
|---|---|
| RRSetRoutingPolicyWrrPolicy |
Implements
Google.Apis.Requests.IDirectResponseSchema