NsxtIpAddressPool
                                NsxtIpAddressPool                            
                            NSX IP address pool representation
JSON Example
                                    {
    "availableIpAddresses": 0,
    "blockSubnets": [
        {
            "cidr": "string",
            "gatewayAssigned": false,
            "size": 0
        }
    ],
    "description": "string",
    "name": "string",
    "staticSubnets": [
        {
            "cidr": "string",
            "gateway": "string",
            "ipAddressPoolRanges": [
                {
                    "end": "string",
                    "start": "string"
                }
            ]
        }
    ],
    "totalIpAddresses": 0
}
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                availableIpAddresses            
                            Optional
            
            
        The number of IP addresses available in the IP address pool
                            
                                    array of 
                
            
            
                                    
                        NsxtIpAddressPoolBlockSubnet                     
                
                
            
        
        
                blockSubnets            
                            Optional
            
            
        The list of IP address pool block subnets
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
            
            
        Description of the IP address pool
            
            
                                    string
                
                
            
        
        
                name            
                            Optional
            
            
        Name of the IP address pool
                            
                                    array of 
                
            
            
                                    
                        NsxtIpAddressPoolStaticSubnet                     
                
                
            
        
        
                staticSubnets            
                            Optional
            
            
        The list of IP address pool static subnets
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                totalIpAddresses            
                            Optional
            
            
        The total number of IP addresses in the IP address pool
