PbmCreateRequestType
PbmCreateRequestType
The parameters of PbmCreate.
This structure may be used only with operations rendered under /pbm
.
JSON Example
{
"createSpec": {
"_typeName": "string",
"name": "string",
"description": "string",
"category": "string",
"resourceType": {
"_typeName": "string",
"resourceType": "string"
},
"constraints": {
"_typeName": "string"
}
}
}
createSpec
Required
The PbmCapabilityProfileCreateSpec describes storage requirements.
Use this data object to create a PbmCapabilityProfile.
This structure may be used only with operations rendered under /pbm
.