Load Balancer Profile Response
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)