DirectPathProfileInfo

DirectPathProfileInfo
DirectPathProfileInfo

Information about a DirectPath profile.

Since: vSphere API Release 9.0.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "name": "string",
    "description": "string",
    "vendorName": "string",
    "deviceConfig": {
        "_typeName": "string"
    }
}
string
id
Required

Unique identifier of the DirectPath profile.

string
name
Required

Name of the DirectPath profile.

string
description
Optional

Description of the DirectPath profile.

string
vendorName
Required

Name of the vendor for the device represented by this DirectPath profile.

deviceConfig
Required

Configuration of the DirectPath device represented by this DirectPath profile.

Since one DirectPath profile represents one device, the configuration will be one of the following types: 1) DirectPathProfileManagerVmiopDirectPathConfig 2) DirectPathProfileManagerDvxDirectPathConfig 3) DirectPathProfileManagerDynamicDirectPathConfig 4) DirectPathProfileManagerVirtualDeviceGroupDirectPathConfig