# Packages
instanceactions unit tests.
# Functions
ExtractInstanceActions interprets a page of results as a slice of InstanceAction.
No description provided by the author
Get makes a request against the API to get a server action.
List makes a request against the API to list the servers actions.
# Structs
Event represents an event of instance action.
InstanceAction represents an instance action.
InstanceActionDetail represents the details of an Action.
InstanceActionPage abstracts the raw results of making a List() request against the API.
InstanceActionResult is the result handler of Get.
ListOpts represents options used to filter instance action results in a List request.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.