ServiceMeshLoadBalancer

data class ServiceMeshLoadBalancer(val apiServerLoadbalancerId: String? = null, val apiServerPublicEip: Boolean? = null, val pilotPublicEip: Boolean? = null, val pilotPublicLoadbalancerId: String? = null)

Constructors

Link copied to clipboard
fun ServiceMeshLoadBalancer(apiServerLoadbalancerId: String? = null, apiServerPublicEip: Boolean? = null, pilotPublicEip: Boolean? = null, pilotPublicLoadbalancerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the SLB instance that is used when the API server is exposed to the Internet.

Link copied to clipboard

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

Link copied to clipboard
val pilotPublicEip: Boolean? = null

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

Link copied to clipboard

The ID of the Server Load Balancer (SLB) instance that is used when Istio Pilot is exposed to the Internet.