Documentation ¶
Index ¶
- type MiniConnection
- func (cloudConn *MiniConnection) Close() error
- func (cloudConn *MiniConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *MiniConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *MiniConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *MiniConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *MiniConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *MiniConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *MiniConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn MiniConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *MiniConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *MiniConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *MiniConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *MiniConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MiniConnection ¶
func (*MiniConnection) Close ¶
func (cloudConn *MiniConnection) Close() error
func (*MiniConnection) CreateAnyCallHandler ¶ added in v0.6.9
func (cloudConn *MiniConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*MiniConnection) CreateClusterHandler ¶ added in v0.6.7
func (cloudConn *MiniConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*MiniConnection) CreateDiskHandler ¶ added in v0.6.7
func (cloudConn *MiniConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*MiniConnection) CreateImageHandler ¶
func (cloudConn *MiniConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*MiniConnection) CreateKeyPairHandler ¶
func (cloudConn *MiniConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*MiniConnection) CreateMyImageHandler ¶ added in v0.6.8
func (cloudConn *MiniConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*MiniConnection) CreateNLBHandler ¶ added in v0.5.9
func (cloudConn *MiniConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (MiniConnection) CreateSecurityHandler ¶
func (cloudConn MiniConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*MiniConnection) CreateVMHandler ¶
func (cloudConn *MiniConnection) CreateVMHandler() (irs.VMHandler, error)
func (*MiniConnection) CreateVMSpecHandler ¶
func (cloudConn *MiniConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*MiniConnection) CreateVPCHandler ¶
func (cloudConn *MiniConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*MiniConnection) IsConnected ¶
func (cloudConn *MiniConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.