RRSetRoutingPolicyLoadBalancerTargetResponse

data class RRSetRoutingPolicyLoadBalancerTargetResponse(val ipAddress: String, val ipProtocol: String, val kind: String, val loadBalancerType: String, val networkUrl: String, val port: String, val project: String, val region: String)

Constructors

fun RRSetRoutingPolicyLoadBalancerTargetResponse(ipAddress: String, ipProtocol: String, kind: String, loadBalancerType: String, networkUrl: String, port: String, project: String, region: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
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}

Link copied to clipboard

The configured port of the Load Balancer.

Link copied to clipboard

The project ID in which the ILB exists.

Link copied to clipboard

The region in which the ILB exists.