HypervisorTypes Enumeration
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataContractAttribute]
public enum HypervisorTypes
<DataContractAttribute>
Public Enumeration HypervisorTypes
[DataContractAttribute]
public enum class HypervisorTypes
[<DataContractAttribute>]
type HypervisorTypes
public enum HypervisorTypes
Members
| Member name | Value | Description |
---|
| None | -1 | |
| All | 0 | |
| HyperV | 1 | |
| VMWare | 2 | |
| HyperVLowCost | 3 | |
| SmartVMWare | 4 | |
| OpenStackVPS | 5 | |
| OpenStackVPSLowCost | 6 | |
| OpenStackPro | 7 | |
| OpenStackVPSSpecial | 8 | |
See Also