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 = 1The mode is access.
Community = 2The mode is community.
Isolated = 3The mode is isolated.
Promiscuous = 4The mode is promiscuous.
Trunk = 5The mode is trunk.
Unknown = 0The mode is unknown.
Untagged = 6The mode is untagged.