DirectPathProfileManagerCreateSpec
Specification describing the parameters used for creating a DirectPath profile.
Since: vSphere API Release 9.0.0.0
{
"_typeName": "string",
"name": "string",
"description": "string",
"deviceConfig": {
"_typeName": "string"
}
}
Name of the DirectPath profile.
The name should be less than or equal to 80 characters.
Description of the DirectPath profile.
The description should be less than 256 characters.
Configuration of the DirectPath device to be represented.
Since one DirectPath profile represents one device, the specified configuration can be one of the following types: 1) DirectPathProfileManagerVmiopDirectPathConfig 2) DirectPathProfileManagerDvxDirectPathConfig 3) DirectPathProfileManagerDynamicDirectPathConfig 4) DirectPathProfileManagerVirtualDeviceGroupDirectPathConfig