VasaProviderContainerSpec

VasaProviderContainerSpec
VasaProviderContainerSpec

Represents a VASA provider and its related datastores.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "vasaProviderInfo": [
        {
            "_typeName": "string",
            "provider": {
                "_typeName": "string",
                "uid": "string",
                "url": "string",
                "name": "string",
                "selfSignedCertificate": "string",
                "vhostConfig": {
                    "_typeName": "string",
                    "vhostName": "string",
                    "serviceHost": "string",
                    "servicePort": 0
                },
                "versionId": 0
            },
            "arrayState": [
                {
                    "_typeName": "string",
                    "priority": 0,
                    "arrayId": "string",
                    "active": false
                }
            ]
        }
    ],
    "scId": "string",
    "deleted": false,
    "stretched": false
}
vasaProviderInfo
Optional

VASA Providers that manage this volume

string
scId
Required

Vendor specified Storage Container ID

boolean
deleted
Required

Indicates whether the container got deleted

boolean
stretched
Optional

Indicates whether container is stretched

Since: vSphere API Release 8.0.3.0