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

# Functions

Create is an operation which provisions a new health monitor.
Delete will permanently delete a particular monitor based on its unique ID.
ExtractMonitors accepts a Page struct, specifically a MonitorPage struct, and extracts the elements into a slice of Monitor structs.
Get retrieves a particular health monitor based on its unique ID.
List returns a Pager which allows you to iterate over a collection of routers.
Update is an operation which modifies the attributes of the specified monitor.

# Constants

Constants that represent approved monitoring types.
Constants that represent approved monitoring types.
Constants that represent approved monitoring types.
Constants that represent approved monitoring types.

# Structs

CreateOpts contains all the values needed to create a new health monitor.
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.
Monitor represents a load balancer health monitor.
MonitorPage is the page returned by a pager when traversing over a collection of health monitors.
UpdateOpts contains all the values needed to update an existing virtual IP.
UpdateResult represents the result of an update operation.