CnsQuerySelection

CnsQuerySelection
CnsQuerySelection

Query selection spec.

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

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

Selection names

The property name of the volume object to return.

For example, to get volume attributes volumeType and backingObjectDetails, pass in ["volumeType", "backingObjectDetails"]. See QuerySelectionNameTypeEnum for a list of enums.

Given volumeId is the index, it will be selected implicitly.

Not set / empty array => select volumeId only.