VsanResourceConstraint

VsanResourceConstraint
VsanResourceConstraint

Defines the base criteria for matching resources based on their types.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "targetType": "string"
}
string
targetType
Optional

The type of the resources targeted by this constraint.

If a value is not specified, the constraint will match all resource types.

Note that explicitly setting the targetType property may lead to a more optimal processing of the data request.