DirectPathProfileManagerCreateSpec

DirectPathProfileManagerCreateSpec
DirectPathProfileManagerCreateSpec

Specification describing the parameters used for creating a DirectPath profile.

Since: vSphere API Release 9.0.0.0

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

Name of the DirectPath profile.

The name should be less than or equal to 80 characters.

string
description
Optional

Description of the DirectPath profile.

The description should be less than 256 characters.

deviceConfig
Required

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