metal

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package metal provides interfaces to manage metal machines.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManagementClient

type ManagementClient interface {
	PowerOn() error
	PowerOff() error
	PowerCycle() error
	IsPoweredOn() (bool, error)
	SetPXE(mode types.PXEMode) error
	IsFake() bool
	Close() error
}

ManagementClient control power and boot order of metal machine.

Jump to

Keyboard shortcuts

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