PbmCapabilitySubProfile
A PbmCapabilitySubProfile is a section within a profile that aggregates one or more capability instances.
Capability instances define storage constraints.
All constraints within a subprofile are ANDed by default. When you perform compliance checking on a virtual machine or virtual disk, all of the constraints must be satisfied by the storage capabilities.
This structure may be used only with operations rendered under /pbm
.
{
"_typeName": "string",
"name": "string",
"capability": [
{
"_typeName": "string",
"id": {
"_typeName": "string",
"namespace": "string",
"id": "string"
},
"constraint": [
{
"_typeName": "string",
"propertyInstance": [
{
"_typeName": "string",
"id": "string",
"operator": "string",
"value": {
"_typeName": "string"
}
}
]
}
]
}
],
"forceProvision": false
}
Subprofile name.
Indicates whether the source policy profile allows creating a virtual machine or virtual disk that may be non-compliant.