PbmCapabilityProfileUpdateSpec
PbmCapabilityProfileUpdateSpec
The PbmCapabilityProfileUpdateSpec data object contains data that you use to update a storage profile.
This structure may be used only with operations rendered under /pbm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"description": "string",
"constraints": {
"_typeName": "string"
}
}
string
name
Optional
Specifies a new profile name.
string
description
Optional
Specifies a new profile description.
constraints
Optional
The PbmCapabilityConstraints data object is the base object for capability subprofile constraints.
This structure may be used only with operations rendered under /pbm
.