Documentation ¶
Index ¶
- type OVHcloud
- func (o *OVHcloud) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (o *OVHcloud) DeleteServer(id string, args automation.ServerArgs) error
- func (o *OVHcloud) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (o *OVHcloud) ListServer() ([]automation.ResourceResults, error)
- func (o *OVHcloud) UpdateServer(id string, args automation.ServerArgs) error
- func (o *OVHcloud) 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 OVHcloud ¶
type OVHcloud struct {
// contains filtered or unexported fields
}
func NewOVHcloud ¶
func (*OVHcloud) CreateServer ¶
func (o *OVHcloud) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*OVHcloud) DeleteServer ¶
func (o *OVHcloud) DeleteServer(id string, args automation.ServerArgs) error
func (*OVHcloud) GetServer ¶
func (o *OVHcloud) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*OVHcloud) ListServer ¶
func (o *OVHcloud) ListServer() ([]automation.ResourceResults, error)
func (*OVHcloud) UpdateServer ¶
func (o *OVHcloud) UpdateServer(id string, args automation.ServerArgs) error
func (*OVHcloud) UploadPlugin ¶
func (o *OVHcloud) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.