Documentation ¶
Index ¶
- type OpenStackCloudConnection
- func (cloudConn *OpenStackCloudConnection) Close() error
- func (cloudConn *OpenStackCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
- func (*OpenStackCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
- func (cloudConn OpenStackCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateTagHandler() (irs.TagHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateVMHandler() (irs.VMHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
- func (cloudConn *OpenStackCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
- func (cloudConn *OpenStackCloudConnection) IsConnected() (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStackCloudConnection ¶
type OpenStackCloudConnection struct { CredentialInfo idrv.CredentialInfo Region idrv.RegionInfo ComputeClient *gophercloud.ServiceClient ImageClient *gophercloud.ServiceClient NetworkClient *gophercloud.ServiceClient Volume2Client *gophercloud.ServiceClient Volume3Client *gophercloud.ServiceClient NLBClient *gophercloud.ServiceClient IdentityClient *gophercloud.ServiceClient }
OpenStackCloudConnection modified by powerkim, 2019.07.29
func (*OpenStackCloudConnection) Close ¶
func (cloudConn *OpenStackCloudConnection) Close() error
func (*OpenStackCloudConnection) CreateAnyCallHandler ¶ added in v0.6.9
func (cloudConn *OpenStackCloudConnection) CreateAnyCallHandler() (irs.AnyCallHandler, error)
func (*OpenStackCloudConnection) CreateClusterHandler ¶ added in v0.6.7
func (cloudConn *OpenStackCloudConnection) CreateClusterHandler() (irs.ClusterHandler, error)
func (*OpenStackCloudConnection) CreateDiskHandler ¶ added in v0.6.7
func (cloudConn *OpenStackCloudConnection) CreateDiskHandler() (irs.DiskHandler, error)
func (*OpenStackCloudConnection) CreateImageHandler ¶
func (cloudConn *OpenStackCloudConnection) CreateImageHandler() (irs.ImageHandler, error)
func (*OpenStackCloudConnection) CreateKeyPairHandler ¶
func (cloudConn *OpenStackCloudConnection) CreateKeyPairHandler() (irs.KeyPairHandler, error)
func (*OpenStackCloudConnection) CreateMyImageHandler ¶ added in v0.6.8
func (cloudConn *OpenStackCloudConnection) CreateMyImageHandler() (irs.MyImageHandler, error)
func (*OpenStackCloudConnection) CreateNLBHandler ¶ added in v0.5.9
func (cloudConn *OpenStackCloudConnection) CreateNLBHandler() (irs.NLBHandler, error)
func (*OpenStackCloudConnection) CreatePriceInfoHandler ¶ added in v0.8.0
func (*OpenStackCloudConnection) CreatePriceInfoHandler() (irs.PriceInfoHandler, error)
func (*OpenStackCloudConnection) CreateRegionZoneHandler ¶ added in v0.7.6
func (cloudConn *OpenStackCloudConnection) CreateRegionZoneHandler() (irs.RegionZoneHandler, error)
func (OpenStackCloudConnection) CreateSecurityHandler ¶
func (cloudConn OpenStackCloudConnection) CreateSecurityHandler() (irs.SecurityHandler, error)
func (*OpenStackCloudConnection) CreateTagHandler ¶ added in v0.8.20
func (cloudConn *OpenStackCloudConnection) CreateTagHandler() (irs.TagHandler, error)
func (*OpenStackCloudConnection) CreateVMHandler ¶
func (cloudConn *OpenStackCloudConnection) CreateVMHandler() (irs.VMHandler, error)
func (*OpenStackCloudConnection) CreateVMSpecHandler ¶
func (cloudConn *OpenStackCloudConnection) CreateVMSpecHandler() (irs.VMSpecHandler, error)
func (*OpenStackCloudConnection) CreateVPCHandler ¶ added in v0.1.3
func (cloudConn *OpenStackCloudConnection) CreateVPCHandler() (irs.VPCHandler, error)
func (*OpenStackCloudConnection) IsConnected ¶
func (cloudConn *OpenStackCloudConnection) IsConnected() (bool, error)
Click to show internal directories.
Click to hide internal directories.