IPRange Class
The IP address range in the CIDR scheme.
- Inheritance
-
azure.mgmt.media._serialization.ModelIPRange
Constructor
IPRange(*, name: str | None = None, address: str | None = None, subnet_prefix_length: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The friendly name for the IP address range. |
address
|
The IP address. |
subnet_prefix_length
|
The subnet mask prefix length (see CIDR notation). |
Variables
Name | Description |
---|---|
name
|
The friendly name for the IP address range. |
address
|
The IP address. |
subnet_prefix_length
|
The subnet mask prefix length (see CIDR notation). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python