IpAddressPoolRangeSpec
                                IpAddressPoolRangeSpec                            
                            
                            This specification contains the parameters required to create an IP address range
JSON Example
                                    {
    "start": "string",
    "end": "string"
}
            
            
                                    string
                
                                    As ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])$
                
            
        
        
                start            
                            Required
            
            
        The first IP Address of the IP Address Range
            
            
                                    string
                
                                    As ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])$
                
            
        
        
                end            
                            Required
            
            
        The last IP Address of the IP Address Range
