VASAStorageArray

VASAStorageArray
VASAStorageArray

Represent Storage Array

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "uuid": "string",
    "vendorId": "string",
    "modelId": "string",
    "discoverySvcInfo": [
        {
            "_typeName": "string",
            "portType": "string",
            "svcNqn": "string",
            "ipInfo": {
                "_typeName": "string",
                "ipAddress": "string",
                "portNumber": "string"
            },
            "fcInfo": {
                "_typeName": "string",
                "nodeWwn": "string",
                "portWwn": "string"
            }
        }
    ]
}
string
name
Required

Name

string
uuid
Required

Unique identifier

string
vendorId
Required

Vendor Id

string
modelId
Required

Model Id

discoverySvcInfo
Optional

Transport information to address the array's discovery service.

Since: vSphere API Release 8.0.0.0