We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c1be2 commit ae7f10cCopy full SHA for ae7f10c
tencentcloud/extension_as.go
@@ -11,6 +11,9 @@ const (
11
)
12
13
var SYSTEM_DISK_ALLOW_TYPE = []string{
14
+ SYSTEM_DISK_TYPE_LOCAL_BASIC,
15
+ SYSTEM_DISK_TYPE_LOCAL_SSD,
16
+ SYSTEM_DISK_TYPE_CLOUD_BASIC,
17
SYSTEM_DISK_TYPE_CLOUD_PREMIUM,
18
SYSTEM_DISK_TYPE_CLOUD_SSD,
19
SYSTEM_DISK_TYPE_CLOUD_HSSD,
0 commit comments