Show / Hide Table of Contents

Class RRSetRoutingPolicyLoadBalancerTarget

Inheritance
object
RRSetRoutingPolicyLoadBalancerTarget
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 RRSetRoutingPolicyLoadBalancerTarget : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IpAddress

The frontend IP address of the Load Balancer to health check.

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

IpProtocol

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

Kind

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

LoadBalancerType

The type of Load Balancer specified by this target. Must match the configuration of the Load Balancer located at the LoadBalancerTarget's IP address/port and region.

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

NetworkUrl

The fully qualified url of the network on which the ILB is present. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}

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

Port

The configured port of the Load Balancer.

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

Project

The project ID in which the ILB exists.

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

Region

The region in which the ILB exists.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX