OBJECT
KubernetesVirtualMachineDisk
Description
Kubernetes virtual machine disk.
link GraphQL Schema definition
- type KubernetesVirtualMachineDisk {
- # ID of Kubernetes virtual machine disk.
- String! :
- # ID of Kubernetes virtual machine disk on Rubrik CDM.
- String! :
- # UUID of CDM cluster.
- UUID! :
- # Name of Kubernetes virtual machine disk.
- String! :
- # UUID of the Kubernetes cluster.
- UUID! :
- # Name of the Kubernetes namespace.
- String! :
- # ID of the Kubernetes virtual machine.
- String! :
- # Name of the PVC.
- String! :
- # Size of the disk.
- Long :
- }
link Require by
- KubernetesVirtualMachineDiskConnectionPaginated list of KubernetesVirtualMachineDisk objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- KubernetesVirtualMachineDiskEdgeWrapper around the KubernetesVirtualMachineDisk object. This wrapper is used for pagination.