connect

package
v0.8.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaCloudConnection

type AlibabaCloudConnection struct {
	CredentialInfo idrv.CredentialInfo
	Region         idrv.RegionInfo

	VMClient      *ecs.Client
	KeyPairClient *ecs.Client
	ImageClient   *ecs.Client
	//PublicIPClient      *vpc.Client
	SecurityGroupClient *ecs.Client
	//VNetClient          *vpc.Client
	VpcClient *vpc.Client
	//VNicClient          *ecs.Client
	SubnetClient     *vpc.Client
	VmSpecClient     *ecs.Client
	NLBClient        *slb.Client
	DiskClient       *ecs.Client
	MyImageClient    *ecs.Client
	RegionZoneClient *ecs.Client

	Vpc2016Client *vpc2016.Client
	Cs2015Client  *cs2015.Client
	Ecs2014Client *ecs2014.Client
	BssClient     *bssopenapi.Client
}

func (AlibabaCloudConnection) Close

func (AlibabaCloudConnection) Close() error

func (*AlibabaCloudConnection) CreateAnyCallHandler added in v0.6.9

func (cloudConn *AlibabaCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)

func (*AlibabaCloudConnection) CreateClusterHandler added in v0.6.7

func (cloudConn *AlibabaCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)

func (*AlibabaCloudConnection) CreateDiskHandler added in v0.6.7

func (cloudConn *AlibabaCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)

func (*AlibabaCloudConnection) CreateImageHandler

func (cloudConn *AlibabaCloudConnection) CreateImageHandler() (irs.ImageHandler, error)

func (*AlibabaCloudConnection) CreateKeyPairHandler

func (cloudConn *AlibabaCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)

func (*AlibabaCloudConnection) CreateMyImageHandler added in v0.6.8

func (cloudConn *AlibabaCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)

func (*AlibabaCloudConnection) CreateNLBHandler added in v0.5.9

func (cloudConn *AlibabaCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)

func (*AlibabaCloudConnection) CreatePriceInfoHandler added in v0.8.0

func (cloudConn *AlibabaCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)

func (*AlibabaCloudConnection) CreateRegionZoneHandler added in v0.7.6

func (cloudConn *AlibabaCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)

func (*AlibabaCloudConnection) CreateSecurityHandler

func (cloudConn *AlibabaCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)

func (*AlibabaCloudConnection) CreateVMHandler

func (cloudConn *AlibabaCloudConnection) CreateVMHandler() (irs.VMHandler, error)

func (*AlibabaCloudConnection) CreateVMSpecHandler

func (cloudConn *AlibabaCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)

func (*AlibabaCloudConnection) CreateVPCHandler added in v0.1.4

func (cloudConn *AlibabaCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (cloudConn *AlibabaCloudConnection) CreateVNetworkHandler() (irs.VNetworkHandler, error) {
	cblogger.Info("Alibaba Cloud Driver: called CreateVNetworkHandler()!")
	vNetHandler := alirs.AlibabaVNetworkHandler{cloudConn.Region, cloudConn.VNetClient}
	return &vNetHandler, nil
}

func (AlibabaCloudConnection) IsConnected

func (AlibabaCloudConnection) IsConnected() (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL