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) //CreateVNetworkHandler() (irs.VNetworkHandler, error) CreateVPCHandler() (irs.VPCHandler, error) CreateSecurityHandler() (irs.SecurityHandler, error) CreateKeyPairHandler() (irs.KeyPairHandler, error) CreateVMHandler() (irs.VMHandler, error) CreateVMSpecHandler() (irs.VMSpecHandler, error) IsConnected() (bool, error) Close() error }
Click to show internal directories.
Click to hide internal directories.