FleetConnectionPortRangeArgs

data class FleetConnectionPortRangeArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<FleetConnectionPortRangeArgs>

Defines the range of ports on the instance that allow inbound traffic to connect with containers in a fleet.

Constructors

Link copied to clipboard
constructor(fromPort: Output<Int>, toPort: Output<Int>)

Properties

Link copied to clipboard
val fromPort: Output<Int>

A starting value for a range of allowed port numbers.

Link copied to clipboard
val toPort: Output<Int>

An ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than FromPort.

Functions

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