RRSet Routing Policy Load Balancer Target Args
data class RRSetRoutingPolicyLoadBalancerTargetArgs(val ipAddress: Output<String>? = null, val ipProtocol: Output<RRSetRoutingPolicyLoadBalancerTargetIpProtocol>? = null, val kind: Output<String>? = null, val loadBalancerType: Output<RRSetRoutingPolicyLoadBalancerTargetLoadBalancerType>? = null, val networkUrl: Output<String>? = null, val port: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<RRSetRoutingPolicyLoadBalancerTargetArgs>
Constructors
Link copied to clipboard
constructor(ipAddress: Output<String>? = null, ipProtocol: Output<RRSetRoutingPolicyLoadBalancerTargetIpProtocol>? = null, kind: Output<String>? = null, loadBalancerType: Output<RRSetRoutingPolicyLoadBalancerTargetLoadBalancerType>? = null, networkUrl: Output<String>? = null, port: Output<String>? = null, project: Output<String>? = null, region: Output<String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
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}