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 loadbalancer based on the configuration defined in the CreateOpts struct.
Delete will permanently delete a particular LoadBalancer based on its unique ID.
Get retrieves a particular Loadbalancer based on its unique ID.
GetStatuses will return the status of a particular LoadBalancer.
Update is an operation which modifies the attributes of the specified LoadBalancer.
# Structs
Bandwidth.
BandwidthRef.
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.
EipInfo.
GetResult represents the result of a get operation.
GetStatusesResult represents the result of a GetStatuses operation.
ListenerRef.
LoadBalancer is the primary load balancing configuration object that specifies the virtual IP address on which client traffic is received, as well as other details such as the load balancing method to be use, protocol, etc.
PoolRef.
PublicIP.
PublicIPInfo.
StatusTree represents the status of a loadbalancer.
Tag.
UBandwidthRef.
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 Create request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.