Documentation ¶
Index ¶
- type OpenStack
- func (o *OpenStack) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (o *OpenStack) DeleteServer(id string, args automation.ServerArgs) error
- func (o *OpenStack) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (o *OpenStack) ListServer() ([]automation.ResourceResults, error)
- func (o *OpenStack) UpdateServer(id string, args automation.ServerArgs) error
- func (o *OpenStack) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStack ¶
type OpenStack struct {
// contains filtered or unexported fields
}
func NewOpenStack ¶
func (*OpenStack) CreateServer ¶
func (o *OpenStack) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
CreateServer TODO: https://github.com/dirien/minectl/issues/299
func (*OpenStack) DeleteServer ¶
func (o *OpenStack) DeleteServer(id string, args automation.ServerArgs) error
func (*OpenStack) GetServer ¶
func (o *OpenStack) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*OpenStack) ListServer ¶
func (o *OpenStack) ListServer() ([]automation.ResourceResults, error)
func (*OpenStack) UpdateServer ¶
func (o *OpenStack) UpdateServer(id string, args automation.ServerArgs) error
func (*OpenStack) UploadPlugin ¶
func (o *OpenStack) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.