CidrIpAddress Class
CIDR Ip address.
Constructor
CidrIpAddress(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
base_ip_address
|
Ip address itself. |
|
prefix_length
|
The length of the prefix of the ip address. |
Attributes
base_ip_address
Ip address itself.
base_ip_address: str | None
prefix_length
The length of the prefix of the ip address.
prefix_length: int | None