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