Record Set Routing Policy Primary Backup Primary Internal Load Balancer Args
data class RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs(val ipAddress: Output<String>, val ipProtocol: Output<String>, val loadBalancerType: Output<String>? = null, val networkUrl: Output<String>, val port: Output<String>, val project: Output<String>, val region: Output<String>? = null) : ConvertibleToJava<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>
Properties
Link copied to clipboard
The configured IP protocol of the load balancer. This value is case-sensitive. Possible values: "tcp", "udp"
Link copied to clipboard
The type of load balancer. This value is case-sensitive. Possible values: "regionalL4ilb", "regionalL7ilb", "globalL7ilb"
Link copied to clipboard
The fully qualified url of the network in which the load balancer belongs. This should be formatted like projects/{project}/global/networks/{network}
or https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}
.