IpAllocationPropertiesFormat Class
Properties of the IpAllocation.
Constructor
IpAllocationPropertiesFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
subnet
|
The Subnet that using the prefix of this IpAllocation resource. |
|
virtual_network
|
The VirtualNetwork that using the prefix of this IpAllocation resource. |
|
type
|
The type for the IpAllocation. Known values are: "Undefined" and "Hypernet". |
|
prefix
|
The address prefix for the IpAllocation. |
|
prefix_length
|
The address prefix length for the IpAllocation. |
|
prefix_type
|
The address prefix Type for the IpAllocation. Known values are: "IPv4" and "IPv6". |
|
ipam_allocation_id
|
The IPAM allocation ID. |
|
allocation_tags
|
IpAllocation tags. |
Attributes
allocation_tags
IpAllocation tags.
allocation_tags: dict[str, str] | None
ipam_allocation_id
The IPAM allocation ID.
ipam_allocation_id: str | None
prefix
The address prefix for the IpAllocation.
prefix: str | None
prefix_length
The address prefix length for the IpAllocation.
prefix_length: int | None
prefix_type
"IPv4" and "IPv6".
prefix_type: str | _models.IPVersion | None
subnet
The Subnet that using the prefix of this IpAllocation resource.
subnet: _models.SubResource | None
type
"Undefined" and "Hypernet".
type: str | _models.IpAllocationType | None
virtual_network
The VirtualNetwork that using the prefix of this IpAllocation resource.
virtual_network: _models.SubResource | None