File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ const (
14
14
15
15
// NetworkAdapterTypeVMXNET3 represents the VMXNET3 network adapter type.
16
16
NetworkAdapterTypeVMXNET3 = "VMXNET3"
17
+
18
+ // NetworkAdapterTypeE1000E represents the E1000e network adapter type.
19
+ NetworkAdapterTypeE1000E = "E1000E"
20
+
21
+ // NetworkAdapterTypeENHANCED_VMXNET2 represents the VMXNET2/Enhanced network adapter type.
22
+ NetworkAdapterTypeENHANCED_VMXNET2 = "ENHANCED_VMXNET2"
23
+
24
+ // NetworkAdapterTypeFLEXIBLE_PCNET32 represents the PCNET32/Flexible network adapter type.
25
+ NetworkAdapterTypeFLEXIBLE_PCNET32 = "FLEXIBLE_PCNET32"
17
26
)
18
27
19
28
const (
@@ -22,6 +31,9 @@ const (
22
31
23
32
// ServerDiskSpeedHighPerformance represents the high-performance speed for server disks.
24
33
ServerDiskSpeedHighPerformance = "HIGHPERFORMANCE"
34
+
35
+ // ServerDiskSpeedEconomy represents the economy speed for server disks.
36
+ ServerDiskSpeedEcomony = "ECONOMY"
25
37
)
26
38
27
39
// Server represents a virtual machine.
You can’t perform that action at this time.
0 commit comments