IPRange interface
The IP address range in the CIDR scheme.
Properties
address | The IP address. |
name | The friendly name for the IP address range. |
subnet |
The subnet mask prefix length (see CIDR notation). |
Property Details
address
The IP address.
address?: string
Property Value
string
name
The friendly name for the IP address range.
name?: string
Property Value
string
subnetPrefixLength
The subnet mask prefix length (see CIDR notation).
subnetPrefixLength?: number
Property Value
number