VsanFileServiceDomainQuerySpec
VsanFileServiceDomainQuerySpec
Specification for querying vSAN file service domain information.
If an empty specification is provided then all the file service domain information will be returned. If any field is present, then only the domain matching the field query will be returned from the query spec.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"uuids": [
"string"
],
"names": [
"string"
]
}
array of
string
uuids
Optional
List of the vSAN file service domain UUIDs to be queried.
array of
string
names
Optional
List of vSAN file service domain names to be queried.