Documentation ¶
Index ¶
- type TencentCloudConnection
- func (cloudConn *TencentCloudConnection) Close() error
- func (cloudConn *TencentCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *TencentCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *TencentCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *TencentCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *TencentCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *TencentCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *TencentCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn *TencentCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
- func (cloudConn *TencentCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *TencentCloudConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *TencentCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *TencentCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *TencentCloudConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TencentCloudConnection ¶
type TencentCloudConnection struct { CredentialInfo idrv.CredentialInfo Region idrv.RegionInfo VNetworkClient *vpc.Client NLBClient *clb.Client VMClient *cvm.Client KeyPairClient *cvm.Client ImageClient *cvm.Client SecurityClient *vpc.Client VmSpecClient *cvm.Client DiskClient *cbs.Client MyImageClient *cvm.Client RegionZoneClient *cvm.Client }
func (*TencentCloudConnection) Close ¶
func (cloudConn *TencentCloudConnection) Close() error
func (*TencentCloudConnection) CreateAnyCallHandler ¶ added in v0.6.9
func (cloudConn *TencentCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*TencentCloudConnection) CreateClusterHandler ¶ added in v0.6.7
func (cloudConn *TencentCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*TencentCloudConnection) CreateDiskHandler ¶ added in v0.6.7
func (cloudConn *TencentCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*TencentCloudConnection) CreateImageHandler ¶
func (cloudConn *TencentCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*TencentCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *TencentCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*TencentCloudConnection) CreateMyImageHandler ¶ added in v0.6.8
func (cloudConn *TencentCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*TencentCloudConnection) CreateNLBHandler ¶ added in v0.5.9
func (cloudConn *TencentCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*TencentCloudConnection) CreateRegionZoneHandler ¶ added in v0.7.6
func (cloudConn *TencentCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
func (*TencentCloudConnection) CreateSecurityHandler ¶
func (cloudConn *TencentCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*TencentCloudConnection) CreateVMHandler ¶
func (cloudConn *TencentCloudConnection) CreateVMHandler() (irs.VMHandler, error)
func (*TencentCloudConnection) CreateVMSpecHandler ¶
func (cloudConn *TencentCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*TencentCloudConnection) CreateVPCHandler ¶
func (cloudConn *TencentCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*TencentCloudConnection) IsConnected ¶
func (cloudConn *TencentCloudConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.