CustomRoutingEndpointTrafficPolicyPortRange

data class CustomRoutingEndpointTrafficPolicyPortRange(val fromPort: Int? = null, val toPort: Int? = null)

Constructors

constructor(fromPort: Int? = null, toPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromPort: Int? = null

The start port of the port range of the traffic destination. The specified port must fall within the port range of the specified endpoint group.

Link copied to clipboard
val toPort: Int? = null

The end port of the port range of the traffic destination. The specified port must fall within the port range of the specified endpoint group.