allowedPorts property

List<PortRange>? allowedPorts
getter/setter pair

A list of PortRanges specifying single ports or ranges of ports that are externally accessible in the workstation.

Allowed ports must be one of 22, 80, or within range 1024-65535. If not specified defaults to ports 22, 80, and ports 1024-65535.

Optional.

Implementation

core.List<PortRange>? allowedPorts;