Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-clb
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
clb
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/clb
Lists all load balancers in a region.
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/clb"
)
func main() {
client, _ := clb.NewClient(common.NewCredential("secretId", "secretKey"), "ap-guangzhou")
request := clb.NewDescribeLoadBalancersRequest()
response, _ := client.DescribeLoadBalancers(request)
fmt.Println(response)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1060latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.