package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.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 health monitors.
Update is an operation which modifies the attributes of the specified Monitor.
# Structs
CreateOpts is the common options struct used in this package's Create operation.
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.
No description provided by the author
UpdateOpts is the common options struct used in this package's Update operation.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the List request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.