LoadBalancerProfileResponse

data class LoadBalancerProfileResponse(val effectiveOutboundIps: List<EffectiveOutboundIPResponse>, val managedOutboundIps: ManagedOutboundIPsResponse? = null)

LoadBalancerProfile represents the profile of the cluster public load balancer.

Constructors

Link copied to clipboard
constructor(effectiveOutboundIps: List<EffectiveOutboundIPResponse>, managedOutboundIps: ManagedOutboundIPsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of effective outbound IP addresses of the public load balancer.

Link copied to clipboard

The desired managed outbound IPs for the cluster public load balancer.