IpAddressPoolSubnetSpec
                                IpAddressPoolSubnetSpec                            
                            This specification contains the parameters required to create an IP address pool subnet
JSON Example
                                    {
    "cidr": "string",
    "gateway": "string",
    "ipAddressPoolRanges": [
        {
            "end": "string",
            "start": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                cidr            
                            Required
            
            
        The subnet representation, contains the network address and the prefix length
            
            
                                    string
                
                
            
        
        
                gateway            
                            Required
            
            
        The default gateway address of the network
                            
                                    array of 
                
            
            
                                    
                        IpAddressPoolRangeSpec                     
                
                
            
        
        
                ipAddressPoolRanges            
                            Required
            
            
        List of the IP allocation ranges. Atleast 1 IP address range has to be specified
