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 IP address of a public network exposed API Server corresponding to the load balancing ID.

Link copied to clipboard

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

Link copied to clipboard
val pilotPublicEip: Boolean? = null

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

Link copied to clipboard

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