portRanges property

List<PortRange>? portRanges
getter/setter pair

An optional list of ports to which this rule applies.

This field is only applicable for the UDP or (S)TCP protocols. Each entry must be either an integer or a range including a min and max port number.

Optional.

Implementation

core.List<PortRange>? portRanges;