ServiceMeshLoadBalancer

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

Constructors

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

Types

Link copied to clipboard
object Companion

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
val pilotPublicEip: Boolean? = null

Indicates whether to use the IP address of a public network exposure Istio Pilot. Note: This field has been deprecated and is readonly as of 1.232.0. Use pilot_public_eip_id instead.

Link copied to clipboard

the EIP instance id of Pilot load balancer.

Link copied to clipboard

The Instance ID of Pilot Load Balancer