package
1.0.0-alpha
Repository: https://github.com/pnap/bmc-api-sdk.git
Documentation: pkg.go.dev

# Functions

NewCreateServerCommand constructs new commmand of this type.
NewDeleteServerCommand constructs new commmand of this type.
NewGetServerCommand constructs new commmand of this type.
NewGetServersCommand constructs new commmand of this type.
NewPowerOffCommand constructs new commmand of this type.
NewPowerOnCommand constructs new commmand of this type.
NewRebootCommand constructs new commmand of this type.
NewResetCommand constructs new commmand of this type.
NewShutDownCommand constructs new commmand of this type.

# Structs

CreateServerCommand represents command for server provisioning.
DeleteServerCommand represents command for server deprovisioning.
GetServerCommand represents command that pulls details about specific server.
GetServersCommand represents command for server retrieval.
PowerOffCommand represents command that powers off the server.
PowerOnCommand represents command that powers on the server.
RebootCommand represents command that reboots the server.
ResetCommand represents command that resets the server.
ShutDownCommand represents command that reboots the server.

# Interfaces

Executor is the interface used to define contract for commands.