Compartir a través de


IpamPoolProperties Class

Properties of IpamPool resource properties which are specific to the Pool resource.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.network._serialization.Model
IpamPoolProperties

Constructor

IpamPoolProperties(*, address_prefixes: List[str], description: str | None = None, display_name: str | None = None, parent_pool_name: str | None = None, provisioning_state: str | _models.ProvisioningState | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str
display_name
str

String representing a friendly name for the resource.

parent_pool_name
str

String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

address_prefixes

List of IP address prefixes of the resource. Required.

provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

Variables

Name Description
description
str
display_name
str

String representing a friendly name for the resource.

ip_address_type

List of IP address type for the IpamPool.

parent_pool_name
str

String representing parent IpamPool resource name. If empty the IpamPool will be a root pool.

address_prefixes

List of IP address prefixes of the resource. Required.

provisioning_state

Provisioning states of a resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".