Skip to content

Commit

Permalink
feat/private_dns
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenEarth committed Sep 20, 2023
1 parent c0cce30 commit 177b913
Show file tree
Hide file tree
Showing 5 changed files with 729 additions and 280 deletions.
5 changes: 5 additions & 0 deletions tencentcloud/extension_privatedns.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ var CNAME_SPEEDUP_STATUS = []string{
CNAME_SPEEDUP_STATUS_ENABLED,
CNAME_SPEEDUP_STATUS_DISABLED,
}

const (
ADD_VPC_SET = "vpc_set"
ADD_ACCOUNT_VPC_SET = "account_vpc_set"
)
Loading

0 comments on commit 177b913

Please sign in to comment.