addresses property

List<String>? addresses
getter/setter pair

The addresses that are part of this pool.

Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).

Required.

Implementation

core.List<core.String>? addresses;