diff --git a/pkg/mcclient/options/compute/serverskus.go b/pkg/mcclient/options/compute/serverskus.go index 82351b9ba2..f1688636d0 100644 --- a/pkg/mcclient/options/compute/serverskus.go +++ b/pkg/mcclient/options/compute/serverskus.go @@ -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"`