ArrayOfCnsKubernetesQueryFilter
ArrayOfCnsKubernetesQueryFilter
A boxed array of CnsKubernetesQueryFilter. To be used in Any placeholders.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"volumeIds": [
{
"_typeName": "string",
"id": "string"
}
],
"names": [
"string"
],
"containerClusterIds": [
"string"
],
"storagePolicyId": "string",
"datastores": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"labels": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"complianceStatus": "string",
"datastoreAccessibilityStatus": "string",
"cursor": {
"_typeName": "string",
"offset": 0,
"limit": 0,
"totalRecords": 0
},
"healthStatus": "string",
"namespaces": [
"string"
],
"podNames": [
"string"
],
"pvcNames": [
"string"
],
"pvNames": [
"string"
]
}
]
}