Enum HyperVServerVirtualSwitchExtensionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of Hyper-V server virtual switch extension.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualSwitchExtensionType
Fields
Capture = 1The extension type is capture.
Filter = 2The extension type is filter.
Forwarding = 3The extension type is forwarding.
Monitoring = 4The extension type is monitoring.
Native = 5The extension type is native.
Unknown = 0The extension type is unknown.