Documentation ¶
Index ¶
- type NcpCloudConnection
- func (cloudConn *NcpCloudConnection) Close() error
- func (cloudConn *NcpCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *NcpCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *NcpCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *NcpCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *NcpCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *NcpCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *NcpCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn *NcpCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
- func (cloudConn *NcpCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
- func (cloudConn *NcpCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *NcpCloudConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *NcpCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *NcpCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *NcpCloudConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NcpCloudConnection ¶
type NcpCloudConnection struct { CredentialInfo idrv.CredentialInfo RegionInfo idrv.RegionInfo VmClient *server.APIClient LbClient *lb.APIClient }
func (*NcpCloudConnection) Close ¶
func (cloudConn *NcpCloudConnection) Close() error
func (*NcpCloudConnection) CreateAnyCallHandler ¶
func (cloudConn *NcpCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*NcpCloudConnection) CreateClusterHandler ¶
func (cloudConn *NcpCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*NcpCloudConnection) CreateDiskHandler ¶
func (cloudConn *NcpCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*NcpCloudConnection) CreateImageHandler ¶
func (cloudConn *NcpCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*NcpCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *NcpCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*NcpCloudConnection) CreateMyImageHandler ¶
func (cloudConn *NcpCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*NcpCloudConnection) CreateNLBHandler ¶
func (cloudConn *NcpCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*NcpCloudConnection) CreatePriceInfoHandler ¶ added in v0.8.0
func (cloudConn *NcpCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
func (*NcpCloudConnection) CreateRegionZoneHandler ¶
func (cloudConn *NcpCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
func (*NcpCloudConnection) CreateSecurityHandler ¶
func (cloudConn *NcpCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*NcpCloudConnection) CreateVMHandler ¶
func (cloudConn *NcpCloudConnection) CreateVMHandler() (irs.VMHandler, error)
func (*NcpCloudConnection) CreateVMSpecHandler ¶
func (cloudConn *NcpCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*NcpCloudConnection) CreateVPCHandler ¶
func (cloudConn *NcpCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*NcpCloudConnection) IsConnected ¶
func (cloudConn *NcpCloudConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.