OBJECT
ClusterDisk
Description
Rubrik cluster disk type.
link GraphQL Schema definition
- type ClusterDisk {
- # Disk status.
- ClusterDiskStatus! :
- # Specifies if the disk is encrypted.
- Boolean! :
- # Disk type.
- ClusterDiskType! :
- # ID of the Rubrik cluster node.
- String :
- # Disk capacity, in bytes.
- Long! :
- # Disk path.
- String! :
- # Disk unallocated bytes.
- Long :
- # Disk usable bytes.
- Long :
- # ID of the Rubrik cluster.
- UUID! :
- # LED status of the disk, where true means ON and false is OFF.
- Boolean :
- # Disk serial ID.
- String :
- # Specifies if the disk is resizable.
- Boolean! :
- # This field is deprecated.
- String! @deprecated( reason: "Please use diskId instead." ) :
- # ID of the Rubrik cluster disk type.
- String! :
- }