ServiceMeshLoadBalancerArgs

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>

Constructors

Link copied to clipboard
fun ServiceMeshLoadBalancerArgs(apiServerLoadbalancerId: Output<String>? = null, apiServerPublicEip: Output<Boolean>? = null, pilotPublicEip: Output<Boolean>? = null, pilotPublicLoadbalancerId: Output<String>? = null)

Functions

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

Properties

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

The IP address of a public network exposed API Server corresponding to the load balancing ID.

Link copied to clipboard
val apiServerPublicEip: Output<Boolean>? = null

Indicates whether to use the IP address of a public network exposed API Server.

Link copied to clipboard
val pilotPublicEip: Output<Boolean>? = null

Indicates whether to use the IP address of a public network exposure Istio Pilot.

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

The IP address of a public network exposure Istio Pilot corresponds to the load balancing ID.