supermicro

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: AGPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InBand

func InBand(board *api.Board) (hal.InBand, error)

InBand creates an inband connection to a supermicro server.

func OutBand

func OutBand(r *redfish.APIClient, board *api.Board, ip string, ipmiPort int, user, password string) (hal.OutBand, error)

OutBand creates an outband connection to a supermicro server.

Types

type BiosCfg

type BiosCfg struct {
	XMLName xml.Name `xml:"BiosCfg"`
	Menus   []Menu   `xml:"Menu"`
}
type Menu struct {
	XMLName  xml.Name `xml:"Menu"`
	Name     string   `xml:"name,attr"`
	Settings []struct {
		XMLName        xml.Name `xml:"Setting"`
		Name           string   `xml:"name,attr"`
		Order          string   `xml:"order,attr,omitempty"`
		SelectedOption string   `xml:"selectedOption,attr"`
	} `xml:"Setting"`
	Menus []Menu `xml:"Menu"`
}

Jump to

Keyboard shortcuts

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