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 type.
- : ClusterDiskType!
- # 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
- # ID of the Rubrik cluster node.
- : String
- # Disk path.
- : String!
- # Disk serial ID.
- : String
- # Disk status.
- : ClusterDiskStatus!
- # Disk unallocated bytes.
- : Long
- # Disk usable bytes.
- : Long
- }