ipRange property

String? ipRange
getter/setter pair

IP address and range of the interface.

The IP range must be in the RFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example: 169.254.0.1/30. NOTE: Do not truncate the address as it represents the IP address of the interface.

Implementation

core.String? ipRange;