VASAStorageArrayDiscoverySvcInfo

VASAStorageArrayDiscoverySvcInfo
VASAStorageArrayDiscoverySvcInfo

Discovery service information of storage array.

Since: vSphere API Release 8.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "portType": "string",
    "svcNqn": "string",
    "ipInfo": {
        "_typeName": "string",
        "ipAddress": "string",
        "portNumber": "string"
    },
    "fcInfo": {
        "_typeName": "string",
        "nodeWwn": "string",
        "portWwn": "string"
    }
}
string
portType
Required

Port type, string as defined in VASAStorageArrayBlockEnumEnum.

string
svcNqn
Required

Well-known NQN of discovery service.

ipInfo
Optional

Discovery service information of the array with IP transport.

Since: vSphere API Release 8.0.0.0

fcInfo
Optional

Discovery service information of the array with FC transport.

Since: vSphere API Release 8.0.0.0

Availability
Added in vSphere API Release 8.0.0.0