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 = 1
The extension type is capture.
Filter = 2
The extension type is filter.
Forwarding = 3
The extension type is forwarding.
Monitoring = 4
The extension type is monitoring.
Native = 5
The extension type is native.
Unknown = 0
The extension type is unknown.