Enum HyperVServerVirtualMachineNetworkAdapterVlanMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The mode of a Hyper-V virtual machine network adapter VLAN.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineNetworkAdapterVlanMode
Fields
Access = 1
The mode is access.
Community = 2
The mode is community.
Isolated = 3
The mode is isolated.
Promiscuous = 4
The mode is promiscuous.
Trunk = 5
The mode is trunk.
Unknown = 0
The mode is unknown.
Untagged = 6
The mode is untagged.