# Packages
No description provided by the author
# Functions
ExtractAmphorae accepts a Page struct, specifically a AmphoraPage struct, and extracts the elements into a slice of Amphora structs.
Failover performs a failover of an amphora.
Get retrieves a particular amphora based on its unique ID.
List returns a Pager which allows you to iterate over a collection of amphorae.
# Structs
Amphora is virtual machine, container, dedicated hardware, appliance or device that actually performs the task of load balancing in the Octavia system.
AmphoraPage is the page returned by a pager when traversing over a collection of amphorae.
FailoverResult represents the result of a failover operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.