PbmCapabilitySubProfile

PbmCapabilitySubProfile
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
string
name
Required

Subprofile name.

capability
Required

List of capability instances.

boolean
forceProvision
Optional

Indicates whether the source policy profile allows creating a virtual machine or virtual disk that may be non-compliant.