VsanObjIdentityQuerySpec

VsanObjIdentityQuerySpec
VsanObjIdentityQuerySpec

The vSAN object identity query spec to specify detailed query specification for VsanQueryObjectIdentities.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "knownSpbmProfileUuids": [
        "string"
    ],
    "includeEffectiveCapacity": false
}
array of string
knownSpbmProfileUuids
Optional

The UUID list for the known SPBM profile(s) on VC.

This field is specific for host API. It will be ignored when provided to VC API call. If this field is set, VsanQueryObjectIdentities will not return SPBM profile name to caller to save the memory consumption.

boolean
includeEffectiveCapacity
Optional

The flag determines if effective capacity attributes need to be included.

The effective capacity attributes will not be included in the result if this field is unset.