address property

String? address
getter/setter pair

The starting address of the reserved range.

The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix length is the CIDR range for the reserved range.

Implementation

core.String? address;