Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PortRange

A Port Range which can be used for the running service. It uses port information.

Properties

Optional maximumPort

maximumPort: undefined | number

The maximum port in the range (inclusive), which may be absent for a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

minimumPort

minimumPort: number

The minimum port in the range (inclusive), or the sole port of a single-port range. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: PortRange): object

getJsonObj