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 Health based on its unique ID.
Get retrieves a particular Health Monitor based on its unique ID.
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.
Health represents a load balancer health check.
UpdateOpts is the common options struct used in this package's Update operation.
UpdateResult represents the result of an update operation.
# Interfaces
CreateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Create operation in this package.
UpdateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Update operation in this package.