VasaProvider
                                VasaProvider                            
                            
                            VASA Provider representation
JSON Example
                                    {
    "id": "string",
    "name": "string",
    "url": "string",
    "storageContainers": [
        {
            "id": "string",
            "name": "string",
            "protocolType": "One among: ISCSI, FC, NFS",
            "clusterId": "string"
        }
    ],
    "users": [
        {
            "id": "string",
            "username": "string",
            "password": "string"
        }
    ]
}
            
            
                                    string
                
                
            
        
        
                id            
                            Optional
            
            
        ID of the VASA Provider
            
            
                                    string
                
                
            
        
        
                name            
                            Required
            
            
        Name of the VASA Provider
            
            
                                    string
                
                
            
        
        
                url            
                            Required
            
            
        URL of the VASA Provider
                            
                                    array of 
                
            
            
                                    
                        StorageContainer                     
                
                
            
        
        
                storageContainers            
                            Required
            
            
        List of storage containers associated with the VASA Provider
