PbmCapabilityPropertyInstance

PbmCapabilityPropertyInstance
PbmCapabilityPropertyInstance

The PbmCapabilityPropertyInstance data object describes a virtual machine storage requirement.

A storage requirement is based on the storage capability described in the PbmCapabilityPropertyMetadata and in the datastore profile property instance.

This structure may be used only with operations rendered under /pbm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "operator": "string",
    "value": {
        "_typeName": "string"
    }
}
string
id
Required

Requirement property identifier.

This identifier corresponds to the storage capability metadata identifier (PbmCapabilityPropertyMetadata.id).

string
operator
Optional

Operator for the values.

Currently only support NOT operator for tag namespace See operator definition in (PbmCapabilityOperatorEnum).

value
Required

The base of all data types. Not to be used directly on the wire.