Method that returns the first IP number in the IP range
the first IP number in the IP range
Method that returns the last IP number in the IP range
the last IP number in the IP range
Method to return the size of IP numbers contained within an IP range
the number of IP numbers in the IP range
Method that takes IP number from within an IP range, starting from the first IP number
the amount of IP number to take from the IP range
an array of IP number, taken from the IP range
Method that returns the range in CIDR (Classless Inter-Domain Routing) notation.
See https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation for more information on the Classless Inter-Domain Routing notation
the range in CIDR (Classless Inter-Domain Routing) notation
Method that returns the range in string notation where the first IP number and last IP number are separated by an hyphen. eg. 192.198.0.0-192.198.0.255
the range in [first IP number] - [last IP number] format
Generated using TypeDoc
Represents the shape of an Internet Protocol number that can be represents as a range. This means IPv4 and IPv6 numbers. It describes properties and operations that can be performed on a range of IPv4 or IPv6 numbers