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) CreateDiskHandler() (irs.DiskHandler, error) CreateMyImageHandler() (irs.MyImageHandler, error) CreateClusterHandler() (irs.ClusterHandler, error) CreateAnyCallHandler() (irs.AnyCallHandler, error) CreateRegionZoneHandler() (irs.RegionZoneHandler, error) CreatePriceInfoHandler() (irs.PriceInfoHandler, error) CreateTagHandler() (irs.TagHandler, error) IsConnected() (bool, error) Close() error }
Click to show internal directories.
Click to hide internal directories.