package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev

# Functions

Add is an operation which provisions a new Listeners based on the configuration defined in the AddOpts struct.
ExtractBackend accepts a Page struct, specifically a ListenerPage struct, and extracts the elements into a slice of Listener structs.
Get retrieves a particular Health Monitor based on its unique ID.
Remove will permanently remove a particular backend based on its unique ID.

# Structs

CreateOpts is the common options struct used in this package's Create operation.
AddResult represents the result of a create operation.
Backend is the primary load balancing configuration object that specifies the loadbalancer and port on which client traffic is received, as well as other details such as the load balancing method to be use, protocol, etc.
ListenerPage is the page returned by a pager when traversing over a collection of routers.
GetResult represents the result of a get operation.
No description provided by the author
RemoveOpts is the common options struct used in this package's Remove operation.
RemoveResult represents the result of a delete operation.

# Interfaces

CreateOptsBuilder is the interface options structs have to satisfy in order to be used in the main Create operation in this package.
RemoveOptsBuilder is the interface options structs have to satisfy in order to be used in the main Remove operation in this package.