OBJECT
ClusterDisk
Description
Rubrik cluster disk type.
link GraphQL Schema definition
- type ClusterDisk {
- # Disk capacity, in bytes.
- : Long!
- # ID of the Rubrik cluster.
- : UUID!
- # ID of the Rubrik cluster disk type.
- : String!
- # Disk mode.
- : ClusterDiskMode
- # Disk type.
- : ClusterDiskType!
- # Specifies if the disk has an LED.
- : Boolean
- # This field is deprecated.
- : String! @deprecated( reason: "Please use diskId instead." )
- # Specifies if the disk is encrypted.
- : Boolean!
- # Specifies if the disk is resizable.
- : Boolean!
- # LED status of the disk, where true means ON and false is OFF.
- : Boolean
- # Disk manufacturer.
- : String
- # Disk model.
- : String
- # ID of the Rubrik cluster node.
- : String
- # Disk path.
- : String!
- # RAID error message.
- : String
- # RAID rebuilding percentage (0-100) when RAID status is REBUILDING.
- : Float
- # RAID status.
- : ClusterRaidStatus
- # RAID type.
- : ClusterRaidType
- # Disk serial ID.
- : String
- # Disk status.
- : ClusterDiskStatus!
- # Disk unallocated bytes.
- : Long
- # Disk usable bytes.
- : Long
- }