VasaProvider

VasaProvider
VasaProvider

VASA Provider representation

JSON Example
{
    "id": "string",
    "name": "string",
    "storageContainers": [
        {
            "clusterId": "string",
            "id": "string",
            "name": "string",
            "protocolType": "One among: ISCSI, FC, NFS"
        }
    ],
    "url": "string",
    "users": [
        {
            "id": "string",
            "password": "string",
            "username": "string"
        }
    ]
}
string
id
Optional

ID of the VASA Provider

string
name
Required

Name of the VASA Provider

storageContainers
Required

List of storage containers associated with the VASA Provider

string
url
Required

URL of the VASA Provider

array of VasaUser
users
Required

List of users associated with the VASA Provider