Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.48 KB

ClusterNodeDrive.md

File metadata and controls

30 lines (26 loc) · 2.48 KB

ClusterNodeDrive

Properties

Name Type Description Notes
Baynum int32 Numerical representation of this drive's bay. [optional] [default to null]
Blocks int32 Number of blocks on this drive. [optional] [default to null]
Chassis int32 The chassis number which contains this drive. [optional] [default to null]
Devname string This drive's device name. [optional] [default to null]
Firmware *NodeDrivesNodeDriveFirmware Drive firmware information. [optional] [default to null]
Handle int32 Drive_d's handle representation for this drive [optional] [default to null]
InterfaceType string String representtation of this drive's interface type. [optional] [default to null]
Lnum int32 This drive's logical drive number in IFS. [optional] [default to null]
Locnstr string String representation of this drive's physical location. [optional] [default to null]
LogicalBlockLength int32 Size of a logical block on this drive. [optional] [default to null]
MediaType string String representation of this drive's media type. [optional] [default to null]
Model string This drive's manufacturer and model. [optional] [default to null]
PhysicalBlockLength int32 Size of a physical block on this drive. [optional] [default to null]
Present bool Indicates whether this drive is physically present in the node. [optional] [default to null]
Purpose string This drive's purpose in the DRV state machine. [optional] [default to null]
PurposeDescription string Description of this drive's purpose. [optional] [default to null]
Serial string Serial number for this drive. [optional] [default to null]
UiState string This drive's state as presented to the UI. [optional] [default to null]
Wwn string The drive's 'worldwide name' from its NAA identifiers. [optional] [default to null]
XLoc int32 This drive's x-axis grid location. [optional] [default to null]
YLoc int32 This drive's y-axis grid location. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]