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

# Functions

Create accepts a CreateOpts struct and uses the values to create a new load balancer pool member.
Delete will permanently delete a particular member based on its unique ID.
ExtractMembers accepts a Page struct, specifically a MemberPage struct, and extracts the elements into a slice of Member structs.
Get retrieves a particular pool member based on its unique ID.
List returns a Pager which allows you to iterate over a collection of pools.
Update allows members to be updated.

# Structs

CreateOpts contains all the values needed to create a new pool member.
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.
Member represents the application running on a backend server.
MemberPage is the page returned by a pager when traversing over a collection of pool members.
UpdateOpts contains the values used when updating a pool member.
UpdateResult represents the result of an update operation.