NetworkInsightsAnalysisAnalysisLoadBalancerTarget

data class NetworkInsightsAnalysisAnalysisLoadBalancerTarget(val address: String? = null, val availabilityZone: String? = null, val instance: NetworkInsightsAnalysisAnalysisComponent? = null, val port: Int? = null)

Constructors

constructor(address: String? = null, availabilityZone: String? = null, instance: NetworkInsightsAnalysisAnalysisComponent? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The IP address.

Link copied to clipboard

The Availability Zone.

Link copied to clipboard

Information about the instance.

Link copied to clipboard
val port: Int? = null

The port on which the target is listening.