fix(climc): sku create params (#23301)

This commit is contained in:
屈轩
2025-09-15 15:33:40 +08:00
committed by GitHub
parent f446f86e9f
commit 976f0f0bf4
+2 -1
View File
@@ -66,12 +66,13 @@ type ServerSkusCreateOptions struct {
InstanceTypeCategory *string `help:"instance type category" choices:"general_purpose|compute_optimized|memory_optimized|storage_optimized|hardware_accelerated|high_memory|high_storage"`
SysDiskResizable *bool `help:"system disk is resizable"`
SysDiskType *string `help:"system disk type" choices:"local"`
SysDiskType *string `help:"system disk type"`
SysDiskMaxSizeGB *int `help:"system disk maximal size in gb"`
AttachedDiskType *string `help:"attached data disk type"`
AttachedDiskSizeGB *int `help:"attached data disk size in GB"`
AttachedDiskCount *int `help:"attached data disk count"`
DataDiskTypes string `help:"data disk type"`
MaxDataDiskCount *int `help:"maximal allowed data disk count"`