OBJECT

KubernetesVirtualMachineDisk

Description

Kubernetes virtual machine disk.

link GraphQL Schema definition

  • type KubernetesVirtualMachineDisk {
  • # ID of Kubernetes virtual machine disk on Rubrik CDM.
  • cdmId: String!
  • # UUID of CDM cluster.
  • clusterUuid: UUID!
  • # Type of the disk.
  • diskType: String
  • # Specifies whether or not the Kubernetes virtual machine disk is excluded from
  • # snapshots.
  • excludeFromSnapshots: Boolean!
  • # ID of Kubernetes virtual machine disk.
  • id: String!
  • # Specifies whether or not the Kubernetes virtual machine disk is archived.
  • isArchived: Boolean!
  • # Specifies whether or not the Kubernetes virtual machine disk is full needed.
  • isFullNeeded: Boolean!
  • # Specifies whether or not the Kubernetes virtual machine disk is thin.
  • isThin: Boolean!
  • # UUID of the Kubernetes cluster.
  • k8sClusterUuid: UUID!
  • # ID of the Kubernetes virtual machine.
  • k8sVirtualMachineId: String!
  • # Name of Kubernetes virtual machine disk.
  • name: String!
  • # Name of the Kubernetes namespace.
  • namespaceName: String!
  • # UUID of Primary CDM cluster.
  • primaryClusterUuid: UUID!
  • # Name of the PVC.
  • pvcName: String!
  • # Size of the disk.
  • size: Long
  • }