NetworkInsightsAnalysisAnalysisLoadBalancerListener

data class NetworkInsightsAnalysisAnalysisLoadBalancerListener(val instancePort: Int? = null, val loadBalancerPort: Int? = null)

Constructors

constructor(instancePort: Int? = null, loadBalancerPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instancePort: Int? = null

Classic Load Balancers The back-end port for the listener.

Link copied to clipboard
val loadBalancerPort: Int? = null

The port on which the load balancer is listening.