NDIS_ISOLATION_MODE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_isolation_mode)

_NDIS_ISOLATION_MODE enumeration

Description

The NDIS_ISOLATION_MODE enumeration defines the network isolation modes that can be specified for a VM network adapter.

Constants

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.

Remarks

NDIS_ISOLATION_MODE enumeration values are used in the IsolationMode member of the NDIS_ISOLATION_PARAMETERS and NDIS_SWITCH_PORT_PROPERTY_ISOLATION structures.

See also

NDIS_ISOLATION_PARAMETERS

NDIS_SWITCH_PORT_PROPERTY_ISOLATION