Service Mesh Load Balancer Args
data class ServiceMeshLoadBalancerArgs(val apiServerLoadbalancerId: Output<String>? = null, val apiServerPublicEip: Output<Boolean>? = null, val pilotPublicEip: Output<Boolean>? = null, val pilotPublicLoadbalancerId: Output<String>? = null) : ConvertibleToJava<ServiceMeshLoadBalancerArgs>
Properties
Link copied to clipboard
The Instance ID of APIServer Load Balancer.
Link copied to clipboard
Indicates whether to use the IP address of a public network exposed API Server.
Link copied to clipboard
Indicates whether to use the IP address of a public network exposure Istio Pilot.
Link copied to clipboard
The Instance ID of Pilot Load Balancer.