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.
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 
	 | 
	
		
		 Default value: None 
			 | 
| 
		 display_name 
	 | 
	
		
		 String representing a friendly name for the resource. Default value: None 
			 | 
| 
		 parent_pool_name 
	 | 
	
		
		 String representing parent IpamPool resource name. If empty the IpamPool will be a root pool. Default value: None 
			 | 
| 
		 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". Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 description 
	 | 
	
		
		 | 
| 
		 display_name 
	 | 
	
		
		 String representing a friendly name for the resource.  | 
| 
		 ip_address_type 
	 | 
	
		
		 List of IP address type for the IpamPool.  | 
| 
		 parent_pool_name 
	 | 
	
		
		 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".  |