Documentation ¶
Index ¶
- Variables
- func ConfigureTarget(targetKey string)
- func ConnectTarget(targetKey string)
- func CreateTarget(recipeKey, iaasName string)
- func DeleteTarget(targetKey string)
- func LaunchTarget(targetKey string)
- func ListTargets()
- func ResumeTarget(targetKey string)
- func SSHTarget(targetKey string)
- func ShowTarget(targetKey string)
- func StartTerminal(client *utils.SSHClient, rootPassword string) error
- func SuspendTarget(targetKey string)
Constants ¶
This section is empty.
Variables ¶
View Source
var TargetCommands = &cobra.Command{
Use: "target",
Short: "List, show detail of running targets and configure quick launch recipes.",
Long: `
A target is an instance of a recipe that can be launched with a
single click to a cloud region. When a recipe is configured for a
particular cloud it will enumerate all the regions of that cloud as
quick lauch targets. The sub-commands below allow you to launch, view
amd manage these target spaces.
`,
}
Functions ¶
func ConfigureTarget ¶
func ConfigureTarget(targetKey string)
func ConnectTarget ¶
func ConnectTarget(targetKey string)
func CreateTarget ¶
func CreateTarget(recipeKey, iaasName string)
func DeleteTarget ¶
func DeleteTarget(targetKey string)
func LaunchTarget ¶
func LaunchTarget(targetKey string)
func ListTargets ¶
func ListTargets()
func ResumeTarget ¶
func ResumeTarget(targetKey string)
func ShowTarget ¶
func ShowTarget(targetKey string)
func SuspendTarget ¶
func SuspendTarget(targetKey string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.