package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
New returns the Machine Database command-line application.
StateFlag returns a flag.Value which reads flag values into the given *common.State.
StateSliceFlag returns a flag.Value which appends flag values to the given *[]common.State.
# Structs
AddDRACCmd is the command to add a DRAC.
AddMachineCmd is the command to add a machine.
AddNICCmd is the command to add a network interface.
AddPhysicalHostCmd is the command to add a physical host.
AddVMCmd is the command to add a VM.
CommonFlags contains common flags for all commands.
DeleteHostCmd is the command to delete a host.
DeleteMachineCmd is the command to delete a machine.
DeleteNICCmd is the command to delete a network interface.
EditDRACCmd is the command to edit a DRAC.
EditMachineCmd is the command to edit a machine.
EditNICCmd is the command to edit a network interface.
EditPhysicalHostCmd is the command to edit a physical host.
EditVMCmd is the command to edit a VM.
GetDatacentersCmd is the command to get datacenters.
GetDRACsCmd is the command to get DRACs.
GetIPsCmd is the command to get free IP addresses.
GetKVMsCmd is the command to get KVMs.
GetMachinesCmd is the command to get machines.
GetNICsCmd is the command to get network interfaces.
GetOSesCmd is the command to get operating systems.
GetPhysicalHostsCmd is the command to get physical hosts.
GetPlatformsCmd is the command to get platforms.
GetRacksCmd is the command to get racks.
GetStatesCmd is the command to get states.
GetSwitchesCmd is the command to get switches.
GetVLANsCmd is the command to get VLANs.
GetVMsCmd is the command to get VMs.
GetVMSlotsCmd is the command to get available VM slots.
Parameters contains parameters for constructing a new Machine Database command-line client.
RenameMachineCmd is the command to rename a machine.