RRSetRoutingPolicyLoadBalancerTargetArgs

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
fun RRSetRoutingPolicyLoadBalancerTargetArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): RRSetRoutingPolicyLoadBalancerTargetArgs

Properties

Link copied to clipboard
val ipAddress: Output<String>? = null

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

Link copied to clipboard
Link copied to clipboard
val kind: Output<String>? = null
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
val networkUrl: Output<String>? = null

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}

Link copied to clipboard
val port: Output<String>? = null

The configured port of the Load Balancer.

Link copied to clipboard
val project: Output<String>? = null

The project ID in which the ILB exists.

Link copied to clipboard
val region: Output<String>? = null

The region in which the ILB exists.