CustomRoutingEndpointTrafficPolicyPortRangeArgs

data class CustomRoutingEndpointTrafficPolicyPortRangeArgs(val fromPort: Output<Int>? = null, val toPort: Output<Int>? = null) : ConvertibleToJava<CustomRoutingEndpointTrafficPolicyPortRangeArgs>

Constructors

constructor(fromPort: Output<Int>? = null, toPort: Output<Int>? = null)

Properties

Link copied to clipboard
val fromPort: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): CustomRoutingEndpointTrafficPolicyPortRangeArgs