package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: May 25, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 29
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
- Constants
-
func InBand(board *api.Board, log logger.Logger) (hal.InBand, error)
-
func NewRemoteSum(sumBin, boardName string, ip, user, password string) (*sum, error)
-
func OutBand(r *redfish.APIClient, board *api.Board, ip string, ipmiPort int, ...) (hal.OutBand, error)
-
type BiosCfg
-
type Menu
View Source
const (
X11DPT_B boardModel = iota
X11SDV_8C_TP8F
X11DPU
X11SDD_8C_F
)
InBand creates an inband connection to a supermicro server.
OutBand creates an outband connection to a supermicro server.
type BiosCfg struct {
XMLName xml.Name `xml:"BiosCfg"`
}
type Menu struct {
XMLName xml.Name `xml:"Setting"`
Name string `xml:"name,attr"`
Order string `xml:"order,attr,omitempty"`
SelectedOption string `xml:"selectedOption,attr"`
} `xml:"Setting"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.