Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConnection ¶
type CloudConnection interface {
CreateImageHandler() (irs.ImageHandler, error)
CreateVMSpecHandler() (irs.VMSpecHandler, error)
CreateVPCHandler() (irs.VPCHandler, error)
CreateSecurityHandler() (irs.SecurityHandler, error)
CreateKeyPairHandler() (irs.KeyPairHandler, error)
CreateVMHandler() (irs.VMHandler, error)
CreateNLBHandler() (irs.NLBHandler, error)
IsConnected() (bool, error)
Close() error
}
Click to show internal directories.
Click to hide internal directories.