File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ const (
26
26
)
27
27
28
28
const (
29
+ // ServerDiskSpeedEconomy represents the economy speed for server disks.
30
+ ServerDiskSpeedEconomy = "ECONOMY"
31
+
29
32
// ServerDiskSpeedStandard represents the standard speed for server disks.
30
33
ServerDiskSpeedStandard = "STANDARD"
31
34
32
35
// ServerDiskSpeedHighPerformance represents the high-performance speed for server disks.
33
36
ServerDiskSpeedHighPerformance = "HIGHPERFORMANCE"
34
-
35
- // ServerDiskSpeedEconomy represents the economy speed for server disks.
36
- ServerDiskSpeedEconomy = "ECONOMY"
37
37
)
38
38
39
39
// Server represents a virtual machine.
Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ const getServerTestResponse = `
541
541
{
542
542
"id": "00cbc4-1b3b-49c4-a4e6-697caff4b872",
543
543
"adapterType": "BUS_LOGIC",
544
- "key": " 1000" ,
544
+ "key": 1000,
545
545
"state": "NORMAL",
546
546
"busNumber": 0,
547
547
"disk": [
You can’t perform that action at this time.
0 commit comments