Documentation
¶
Index ¶
- func AttachToVMs(vms []vm.VMAttachCredentialsSerialized) (int, error)
- type AddAccess
- type AttachAsync
- type AttachAsyncSingle
- type AttachFromPwd
- type Create
- type Creds2csv
- type Creds2pdf
- type Del
- type DelAccess
- type Edit
- type ExportDir
- type GetVMs
- type ImportDir
- type List
- type ListSingle
- type Reboot
- type Shutdown
- type Start
- type StartAttach
- type StartWithCreds
- type Stop
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachToVMs ¶
func AttachToVMs(vms []vm.VMAttachCredentialsSerialized) (int, error)
Types ¶
type AttachAsync ¶
type AttachAsync struct {
Name string
}
func (*AttachAsync) GetDesc ¶
func (cmd *AttachAsync) GetDesc() []string
func (*AttachAsync) GetName ¶
func (cmd *AttachAsync) GetName() string
func (*AttachAsync) PrintUsage ¶
func (cmd *AttachAsync) PrintUsage()
func (*AttachAsync) Run ¶
func (cmd *AttachAsync) Run(args []string) int
type AttachAsyncSingle ¶
type AttachAsyncSingle struct {
Name string
}
func (*AttachAsyncSingle) GetDesc ¶
func (cmd *AttachAsyncSingle) GetDesc() []string
func (*AttachAsyncSingle) GetName ¶
func (cmd *AttachAsyncSingle) GetName() string
func (*AttachAsyncSingle) PrintUsage ¶
func (cmd *AttachAsyncSingle) PrintUsage()
func (*AttachAsyncSingle) Run ¶
func (cmd *AttachAsyncSingle) Run(args []string) int
type AttachFromPwd ¶
type AttachFromPwd struct {
Name string
}
func (*AttachFromPwd) GetDesc ¶
func (cmd *AttachFromPwd) GetDesc() []string
func (*AttachFromPwd) GetName ¶
func (cmd *AttachFromPwd) GetName() string
func (*AttachFromPwd) PrintUsage ¶
func (cmd *AttachFromPwd) PrintUsage()
func (*AttachFromPwd) Run ¶
func (cmd *AttachFromPwd) Run(args []string) int
type GetVMs ¶
type GetVMs func() ([]vm.VMNetworkSerialized, error)
type ListSingle ¶
type ListSingle struct {
Name string
}
func (*ListSingle) GetDesc ¶
func (cmd *ListSingle) GetDesc() []string
func (*ListSingle) GetName ¶
func (cmd *ListSingle) GetName() string
func (*ListSingle) PrintUsage ¶
func (cmd *ListSingle) PrintUsage()
func (*ListSingle) Run ¶
func (cmd *ListSingle) Run(args []string) int
type StartAttach ¶
type StartAttach struct {
Name string
}
func (*StartAttach) GetDesc ¶
func (cmd *StartAttach) GetDesc() []string
func (*StartAttach) GetName ¶
func (cmd *StartAttach) GetName() string
func (*StartAttach) PrintUsage ¶
func (cmd *StartAttach) PrintUsage()
func (*StartAttach) Run ¶
func (cmd *StartAttach) Run(args []string) int
type StartWithCreds ¶
type StartWithCreds struct {
Name string
}
func (*StartWithCreds) GetDesc ¶
func (cmd *StartWithCreds) GetDesc() []string
func (*StartWithCreds) GetName ¶
func (cmd *StartWithCreds) GetName() string
func (*StartWithCreds) PrintUsage ¶
func (cmd *StartWithCreds) PrintUsage()
func (*StartWithCreds) Run ¶
func (cmd *StartWithCreds) Run(args []string) int
Source Files
¶
- attachHelper.go
- helper.go
- vmAddAccess.go
- vmAttachAsync.go
- vmAttachAsyncSingle.go
- vmAttachFromPwd.go
- vmCreate.go
- vmCreds2csv.go
- vmCreds2pdf.go
- vmDel.go
- vmDelAccess.go
- vmEdit.go
- vmExportDir.go
- vmImportDir.go
- vmList.go
- vmListSingle.go
- vmReboot.go
- vmShutdown.go
- vmStart.go
- vmStartAttach.go
- vmStartWithCreds.go
- vmStop.go
Click to show internal directories.
Click to hide internal directories.