Enum HyperVServerResourcePoolType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of Hyper-V server resource pool.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerResourcePoolType
Fields
Ethernet = 1
The resource pool type is ethernet.
FibreChannelConnection = 2
The resource pool type is fibre channel connection.
FibreChannelPort = 3
The resource pool type is fibre channel port.
Iso = 4
The resource pool type is ISO.
Memory = 5
The resource pool type is memory.
PciExpress = 6
The resource pool type is PCI Express.
Processor = 7
The resource pool type is processor.
Unknown = 0
The resource pool type is unknown.
VirtualFloppyDisk = 9
The resource pool type is virtual floppy disk.
VirtualHardDisk = 8
The resource pool type is virtual hard disk.