interface IPAddressWithDescription {
    description: string;
    ip: string;
}

Properties

Properties

description: string
ip: string

Defines a Ip Address - IPv4 and IPv6 in CIDR notation, e.g. 123.4.3.0/32