Documentation ¶
Index ¶
- type NhnCloudConnection
- func (cloudConn *NhnCloudConnection) Close() error
- func (cloudConn *NhnCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *NhnCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *NhnCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *NhnCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *NhnCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *NhnCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *NhnCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (cloudConn *NhnCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
- func (cloudConn *NhnCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
- func (cloudConn NhnCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *NhnCloudConnection) CreateTagHandler() (irs.TagHandler, error)
- func (cloudConn *NhnCloudConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *NhnCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *NhnCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *NhnCloudConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NhnCloudConnection ¶
type NhnCloudConnection struct { CredentialInfo idrv.CredentialInfo RegionInfo idrv.RegionInfo VMClient *nhnsdk.ServiceClient ImageClient *nhnsdk.ServiceClient NetworkClient *nhnsdk.ServiceClient VolumeClient *nhnsdk.ServiceClient ClusterClient *nhnsdk.ServiceClient }
func (*NhnCloudConnection) Close ¶
func (cloudConn *NhnCloudConnection) Close() error
func (*NhnCloudConnection) CreateAnyCallHandler ¶
func (cloudConn *NhnCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*NhnCloudConnection) CreateClusterHandler ¶
func (cloudConn *NhnCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*NhnCloudConnection) CreateDiskHandler ¶
func (cloudConn *NhnCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*NhnCloudConnection) CreateImageHandler ¶
func (cloudConn *NhnCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*NhnCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *NhnCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*NhnCloudConnection) CreateMyImageHandler ¶
func (cloudConn *NhnCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*NhnCloudConnection) CreateNLBHandler ¶
func (cloudConn *NhnCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*NhnCloudConnection) CreatePriceInfoHandler ¶ added in v0.8.0
func (cloudConn *NhnCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
func (*NhnCloudConnection) CreateRegionZoneHandler ¶
func (cloudConn *NhnCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
func (NhnCloudConnection) CreateSecurityHandler ¶
func (cloudConn NhnCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*NhnCloudConnection) CreateTagHandler ¶ added in v0.8.20
func (cloudConn *NhnCloudConnection) CreateTagHandler() (irs.TagHandler, error)
func (*NhnCloudConnection) CreateVMHandler ¶
func (cloudConn *NhnCloudConnection) CreateVMHandler() (irs.VMHandler, error)
func (*NhnCloudConnection) CreateVMSpecHandler ¶
func (cloudConn *NhnCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*NhnCloudConnection) CreateVPCHandler ¶
func (cloudConn *NhnCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*NhnCloudConnection) IsConnected ¶
func (cloudConn *NhnCloudConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.