CnsKubernetesQueryFilter

CnsKubernetesQueryFilter
CnsKubernetesQueryFilter

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

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
    ]
}
array of string
namespaces
Optional

Associated Kubernetes namespaces.

array of string
podNames
Optional

Associated Pod names.

array of string
pvcNames
Optional

Associated PVC names.

array of string
pvNames
Optional

Associated PV names.