Skip to content

Commit ae7f10c

Browse files
committed
fix: extend allow disk type
1 parent e4c1be2 commit ae7f10c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/extension_as.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const (
1111
)
1212

1313
var SYSTEM_DISK_ALLOW_TYPE = []string{
14+
SYSTEM_DISK_TYPE_LOCAL_BASIC,
15+
SYSTEM_DISK_TYPE_LOCAL_SSD,
16+
SYSTEM_DISK_TYPE_CLOUD_BASIC,
1417
SYSTEM_DISK_TYPE_CLOUD_PREMIUM,
1518
SYSTEM_DISK_TYPE_CLOUD_SSD,
1619
SYSTEM_DISK_TYPE_CLOUD_HSSD,

0 commit comments

Comments
 (0)