DirectPathProfileManagerUpdateSpec

DirectPathProfileManagerUpdateSpec
DirectPathProfileManagerUpdateSpec

Specification describing the parameters used for updating an already existing DirectPath profile.

Once a DirectPath profile has been created, its DirectPathProfileManagerDirectPathConfig cannot be updated.

Since: vSphere API Release 9.0.0.0

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

The desired name of the DirectPath profile being updated.

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

string
description
Optional

The desired description of the DirectPath profile being updated.

The description should be less than 256 characters.