Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct {
ID int // ID of the RAID controller card
}
Metadata represents the metadata of a RAID controller card.
type RAIDController ¶
type RAIDController struct {
*Metadata // Metadata of the RAID controller card
Name string // Name of the RAID controller card
Serial string // Serial number of the RAID controller card
IsJBODSupported bool // Can the RAID controller card be set in JBOD mode
IsJBODEnabled bool // Is the RAID controller card in JBOD mode
}
RAIDController represents a RAID controller card.
Click to show internal directories.
Click to hide internal directories.