baremetal

package
v0.0.0-...-2b29b9b Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

View Source
const (
	SERVICE_TYPE    = "baremetal"
	SERVICE_VERSION = ""
)

Variables

This section is empty.

Functions

This section is empty.

Types

type RedfishSystemInfo

type RedfishSystemInfo struct {
	Path string      `json:"path"`
	Info interface{} `json:"info"`
}

type ValidateIPMIRequest

type ValidateIPMIRequest struct {
	Ip       string `json:"ip"`
	Username string `json:"username"`
	Password string `json:"password"`
}

type ValidateIPMIResponse

type ValidateIPMIResponse struct {
	IsRedfishSupported bool               `json:"is_redfish_supported"`
	RedfishSystemInfo  *RedfishSystemInfo `json:"redfish_system_info"`
	IPMISystemInfo     interface{}        `json:"ipmi_system_info"`
}

Jump to

Keyboard shortcuts

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