File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,20 @@ const (
25
25
NetworkAdapterTypeFlexiblePCNET32 = "FLEXIBLE_PCNET32"
26
26
)
27
27
28
+ const (
29
+ // StorageControllerAdapterTypeBusLogicParallel represents the BusLogic Parallel storage controller adapter type.
30
+ StorageControllerAdapterTypeBusLogicParallel = "BUSLOGIC_PARALLEL"
31
+
32
+ // StorageControllerAdapterTypeLSILogicParallel represents the LSI Logic Parallel storage controller adapter type.
33
+ StorageControllerAdapterTypeLSILogicParallel = "LSI_LOGIC_PARALLEL"
34
+
35
+ // StorageControllerAdapterTypeLSILogicSAS represents the LSI Logic SAS storage controller adapter type.
36
+ StorageControllerAdapterTypeLSILogicSAS = "LSI_LOGIC_SAS"
37
+
38
+ // StorageControllerAdapterTypeEnhancedVMWareParavirtual represents the VMWare Paravirtual storage controller adapter type.
39
+ StorageControllerAdapterTypeEnhancedVMWareParavirtual = "VMWARE_PARAVIRTUAL"
40
+ )
41
+
28
42
const (
29
43
// ServerDiskSpeedEconomy represents the economy speed for server disks.
30
44
ServerDiskSpeedEconomy = "ECONOMY"
You can’t perform that action at this time.
0 commit comments