package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
monitors unit tests.
# 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 monitors.
Update is an operation which modifies the attributes of the specified monitor.
# 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 monitor.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.
# Type aliases
MonitorType is the type for all the types of LB monitors.