Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-as
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.
as
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/as
List Auto Scaling groups using Tencent Cloud SDK
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/as"
)
func main() {
credential := common.NewCredential("secretId", "secretKey")
client, _ := as.NewClient(credential, "ap-guangzhou")
request := as.NewDescribeAutoScalingGroupsRequest()
response, _ := client.DescribeAutoScalingGroups(request)
fmt.Printf("%+v\n", response)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1051latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.