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