attacheddevicehost

package
v0.0.0-...-9994f1b Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2025 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AddADHCmd = &subcommands.Command{
	UsageLine:  "adh ...",
	ShortDesc:  "Add an attached device host on a machine",
	LongDesc:   cmdhelp.AddADHText,
	CommandRun: addADHCommandRun,
}

AddADHCmd adds a host to an attached device machine.

View Source
var AddAttachedDeviceHostCmd = &subcommands.Command{
	UsageLine:  "attached-device-host ...",
	ShortDesc:  "Add an attached device host on a machine",
	LongDesc:   cmdhelp.AddADHText,
	CommandRun: addADHCommandRun,
}

AddAttachedDeviceHostCmd adds a host to an attached device machine.

View Source
var DeleteADHCmd = &subcommands.Command{
	UsageLine:  "adh ...",
	ShortDesc:  "Delete an attached device host",
	LongDesc:   cmdhelp.DeleteADHText,
	CommandRun: deleteADHCommandRun,
}

DeleteADHCmd is an alias to DeleteAttachedDeviceHostCmd

View Source
var DeleteAttachedDeviceHostCmd = &subcommands.Command{
	UsageLine:  "attached-device-host ...",
	ShortDesc:  "Delete an attached device host",
	LongDesc:   cmdhelp.DeleteADHText,
	CommandRun: deleteADHCommandRun,
}

DeleteAttachedDeviceHostCmd deletes the attached device host for a given name.

View Source
var GetADHCmd = &subcommands.Command{
	UsageLine:  "adh ...",
	ShortDesc:  "Get attached device host details by filters",
	LongDesc:   cmdhelp.GetADHText,
	CommandRun: getADHCommandRun,
}

GetADHCmd is an alias to GetAttachedDeviceHostCmd

View Source
var GetAttachedDeviceHostCmd = &subcommands.Command{
	UsageLine:  "attached-device-host ...",
	ShortDesc:  "Get attached device host details by filters",
	LongDesc:   cmdhelp.GetADHText,
	CommandRun: getADHCommandRun,
}

GetAttachedDeviceHostCmd gets the attached device host for a given name.

View Source
var UpdateADHCmd = &subcommands.Command{
	UsageLine:  "adh ...",
	ShortDesc:  "Update attached device host details by filters",
	LongDesc:   cmdhelp.UpdateADHText,
	CommandRun: updateADHCommandRun,
}

UpdateADHCmd is an alias to UpdateAttachedDeviceHostCmd

View Source
var UpdateAttachedDeviceHostCmd = &subcommands.Command{
	UsageLine:  "attached-device-host ...",
	ShortDesc:  "Update attached device host details by filters",
	LongDesc:   cmdhelp.UpdateADHText,
	CommandRun: updateADHCommandRun,
}

UpdateAttachedDeviceHostCmd updates the attached device host for a given name.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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