endAddress property

String? endAddress
getter/setter pair

The last address of this reservation block, inclusive.

I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.

Implementation

core.String? endAddress;