RuleGroupPortRange

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The lower limit of the port range. This must be less than or equal to the ToPort specification.

Link copied to clipboard
val toPort: Int

The upper limit of the port range. This must be greater than or equal to the FromPort specification.