Class RRSetRoutingPolicyLoadBalancerTarget
Inheritance
RRSetRoutingPolicyLoadBalancerTarget
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class RRSetRoutingPolicyLoadBalancerTarget : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IpAddress
The frontend IP address of the Load Balancer to health check.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
IpProtocol
Declaration
[JsonProperty("ipProtocol")]
public virtual string IpProtocol { get; set; }
Property Value
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
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
NetworkUrl
Declaration
[JsonProperty("networkUrl")]
public virtual string NetworkUrl { get; set; }
Property Value
Port
The configured port of the Load Balancer.
Declaration
[JsonProperty("port")]
public virtual string Port { get; set; }
Property Value
Project
The project ID in which the ILB exists.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Region
The region in which the ILB exists.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Implements