FleetConnectionPortRange

data class FleetConnectionPortRange(val fromPort: Int, val toPort: Int)

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: Int, toPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A starting value for a range of allowed port numbers.

Link copied to clipboard
val toPort: Int

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