// ntddndis.h
typedef enum _NDIS_ISOLATION_MODE {
NdisIsolationModeNone,
NdisIsolationModeNativeVirtualSubnet,
NdisIsolationModeExternalVirtualSubnet,
NdisIsolationModeVlan
} NDIS_ISOLATION_MODE, *PNDIS_ISOLATION_MODE;
View the official Windows Driver Kit DDI reference
No description available.
The NDIS_ISOLATION_MODE enumeration defines the network isolation modes that can be specified for a VM network adapter.
NdisIsolationModeNone
Network isolation is not supported.
NdisIsolationModeNativeVirtualSubnet
Native VirtualSubnetId-based isolation provided by Hyper-V Network Virtualization.
NdisIsolationModeExternalVirtualSubnet
External VirtualSubnetId-based isolation provided by a Hyper-V Extensible Switch extension.
NdisIsolationModeVlan
Virtual local area network (VLAN)-based isolation.
NDIS_ISOLATION_MODE enumeration values are used in the IsolationMode member of the NDIS_ISOLATION_PARAMETERS and NDIS_SWITCH_PORT_PROPERTY_ISOLATION structures.
NDIS_SWITCH_PORT_PROPERTY_ISOLATION