raidcontroller

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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.

func (*Metadata) Validate

func (m *Metadata) Validate() error

Validate validates the Metadata instance.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL