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 = 1The resource pool type is ethernet.
FibreChannelConnection = 2The resource pool type is fibre channel connection.
FibreChannelPort = 3The resource pool type is fibre channel port.
Iso = 4The resource pool type is ISO.
Memory = 5The resource pool type is memory.
PciExpress = 6The resource pool type is PCI Express.
Processor = 7The resource pool type is processor.
Unknown = 0The resource pool type is unknown.
VirtualFloppyDisk = 9The resource pool type is virtual floppy disk.
VirtualHardDisk = 8The resource pool type is virtual hard disk.