OBJECT
KubernetesVirtualMachineDisk
Description
Kubernetes virtual machine disk.
link GraphQL Schema definition
- type KubernetesVirtualMachineDisk {
- # ID of Kubernetes virtual machine disk on Rubrik CDM.
- : String!
- # UUID of CDM cluster.
- : UUID!
- # Type of the disk.
- : String
- # Specifies whether or not the Kubernetes virtual machine disk is excluded from
- # snapshots.
- : Boolean!
- # ID of Kubernetes virtual machine disk.
- : String!
- # Specifies whether or not the Kubernetes virtual machine disk is archived.
- : Boolean!
- # Specifies whether or not the Kubernetes virtual machine disk is full needed.
- : Boolean!
- # Specifies whether or not the Kubernetes virtual machine disk is thin.
- : Boolean!
- # UUID of the Kubernetes cluster.
- : UUID!
- # ID of the Kubernetes virtual machine.
- : String!
- # Name of Kubernetes virtual machine disk.
- : String!
- # Name of the Kubernetes namespace.
- : String!
- # UUID of Primary CDM cluster.
- : UUID!
- # 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.