IpamPoolUpdateProperties Class
Represents the IpamPool update properties.
Constructor
IpamPoolUpdateProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
|
|
display_name
|
String representing a friendly name for the resource. |
|
min_allocation_size
|
Minimum number of IP addresses required for allocations from this IpamPool to be compliant. Must be less than or equal to the maximum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it. |
|
max_allocation_size
|
Maximum number of IP addresses allowed for allocations from this IpamPool to be compliant. Must be greater than or equal to the minimum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it. |
Attributes
description
description: str | None
display_name
String representing a friendly name for the resource.
display_name: str | None
max_allocation_size
Maximum number of IP addresses allowed for allocations from this IpamPool to be compliant. Must be greater than or equal to the minimum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.
max_allocation_size: str | None
min_allocation_size
Minimum number of IP addresses required for allocations from this IpamPool to be compliant. Must be less than or equal to the maximum allocation size. Omit to leave the current value unchanged; set to an empty string to clear it.
min_allocation_size: str | None