ip property

String? ip
getter/setter pair

IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).

Implementation

core.String? ip;