class MetasploitDataModels::Search::Operation::Port::Number

Search operation on an attribute that holds a port number and is being searched with a single Integer port number.

Constants

BITS

The number of bits in a port number

MAXIMUM

The maximum port number

MINIMUM

The minimum port number

RANGE

The range of valid port numbers from {MINIMUM} to {MAXIMUM}, inclusive.