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

IP transport discovery information.

Must be specified if the discovery service is IP-based.

fcInfo
Optional

FC transport discovery information.

Must be specified if the discovery service is FC-based.