# Functions
AssociateMonitor will associate a health monitor with a particular pool.
Create accepts a CreateOpts struct and uses the values to create a new load balancer pool.
Delete will permanently delete a particular pool based on its unique ID.
DisassociateMonitor will disassociate a health monitor with a particular pool.
ExtractPools accepts a Page struct, specifically a RouterPage struct, and extracts the elements into a slice of Router structs.
Get retrieves a particular pool based on its unique ID.
List returns a Pager which allows you to iterate over a collection of pools.
Update allows pools to be updated.
# Constants
Supported attributes for create/update operations.
Supported attributes for create/update operations.
Supported attributes for create/update operations.
Supported attributes for create/update operations.
Supported attributes for create/update operations.
# Structs
AssociateResult represents the result of an association operation.
CreateOpts contains all the values needed to create a new pool.
CreateResult represents the result of a create operation.
DeleteResult represents the result of a delete operation.
GetResult represents the result of a get operation.
ListOpts allows the filtering and sorting of paginated collections through the API.
Pool represents a logical set of devices, such as web servers, that you group together to receive and process traffic.
PoolPage is the page returned by a pager when traversing over a collection of pools.
UpdateOpts contains the values used when updating a pool.
UpdateResult represents the result of an update operation.