Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutBand ¶
type OutBand struct {
Redfish *redfish.APIClient
IpmiTool ipmi.IpmiTool
// contains filtered or unexported fields
}
func New ¶
func New(r *redfish.APIClient, ipmiTool ipmi.IpmiTool, board *api.Board, ip string, ipmiPort int, user, password string) *OutBand
New returns an out-band connection that uses the given redfish client and ipmitool as well as a goipmi client
func ViaGoipmi ¶ added in v0.1.11
ViaGoipmi returns an out-band connection that uses a goipmi client
func ViaRedfish ¶ added in v0.1.11
ViaRedfish returns an out-band connection that uses the given redfish client
Click to show internal directories.
Click to hide internal directories.