VasaProvider

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
Read-Only  

ID of the VASA Provider

string
name
Required  
Constraints: minLength: 1

Name of the VASA Provider

string
url
Required  
Constraints: minLength: 1

URL of the VASA Provider

storageContainers
Required  
Constraints: minItems: 1

List of storage containers associated with the VASA Provider

array of VasaUser
users
Required  
Constraints: minItems: 1

List of users associated with the VASA Provider