Enum HyperVServerVirtualSwitchType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of Hyper-V server virtual switch.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualSwitchType
Fields
External = 1
The switch type is external.
Internal = 2
The switch type is internal.
Private = 3
The switch type is private.
Unknown = 0
The switch type is unknown.