Documentation
¶
Index ¶
- func NewDriver(hostName, storePath string) drivers.Driver
- type Driver
- func (d *Driver) Create() error
- func (d *Driver) DriverName() string
- func (d *Driver) GetCreateFlags() []mcnflag.Flag
- func (d *Driver) GetIP() (string, error)
- func (d *Driver) GetSSHHostname() (string, error)
- func (d *Driver) GetState() (state.State, error)
- func (d *Driver) GetURL() (string, error)
- func (d *Driver) Kill() error
- func (d *Driver) PreCreateCheck() error
- func (d *Driver) Remove() error
- func (d *Driver) Restart() error
- func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error
- func (d *Driver) Start() error
- func (d *Driver) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver struct {
*drivers.BaseDriver
ServiceEndpoint string
InstanceId string
AccessKey string
SecretKey string
VpcId string
PublicKey []byte
TenantId string
ImageId string
Region string
AvailableZone string
FlavorId string
RootVolType string
RootVolSize int
ElasticIpType string
BandwidthSize int
BandwidthType string
AdminPass string
KeyName string
JobId string
//network
ElasticIpBool int
ElasticIPId string
ElasticIP string
SecurityGroupName string
SecurityGroupId string
//Nic ecs.NicDesc
SubnetId string
PortId string
//individual business service client
/*ecsclient *ecs.Client
imsclient *ims.Client
vpcclient *vpc.Client*/
PrivateIPAddress string
}
func (*Driver) DriverName ¶
func (*Driver) GetCreateFlags ¶
func (*Driver) GetSSHHostname ¶
func (*Driver) PreCreateCheck ¶
func (*Driver) SetConfigFromFlags ¶
func (d *Driver) SetConfigFromFlags(flags drivers.DriverOptions) error
Click to show internal directories.
Click to hide internal directories.