IpAddressPoolSpec
                                IpAddressPoolSpec                            
                            This specification contains the parameters required to create or reuse an IP address pool.
JSON Example
                                    {
    "description": "string",
    "ignoreUnavailableNsxtCluster": false,
    "name": "string",
    "subnets": [
        {
            "cidr": "string",
            "gateway": "string",
            "ipAddressPoolRanges": [
                {
                    "end": "string",
                    "start": "string"
                }
            ]
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                description            
                            Optional
            
            
        Description of the IP address pool
            
            
                                    boolean
                
                
            
        
        
                ignoreUnavailableNsxtCluster            
                            Optional
            
            
        Ignore unavailable NSX cluster(s) during IP pool spec validation
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        Name of the IP address pool
