package
1.0.0
Repository: https://github.com/dspeichert/gophercloud.git
Documentation: pkg.go.dev

# Functions

ChangeAdminPassword alters the administrator or root password for a specified server.
Create requests a server to be provisioned to the user in the current tenant.
Delete requests that a server previously provisioned be removed from your account.
ExtractServers interprets the results of a single page from a List() call, producing a slice of Server entities.
Get requests details on a single server, by ID.
List makes a request against the API to list servers accessible to you.
Reboot requests that a given server reboot.
Rebuild will reprovision the server according to the configuration options provided in the RebuildOpts struct.
WaitForStatus will continually poll a server until it successfully transitions to a specified status.

# Structs

CreateOpts specifies all of the options that Rackspace accepts in its Create request, including the union of all extensions that Rackspace supports.
RebuildOpts represents all of the configuration options used in a server rebuild operation that are supported by Rackspace.