Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the Isolation setting data.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), UUID("83AF2CCB-72C9-4479-A285-94E58A98CAA6"), ExtensionId("11EC6134-128A-4A23-B12F-164184B48348"), InterfaceVersion("1"), InterfaceRevision("0"), DisplayName("Ethernet Switch Port Isolation Settings"), AMENDMENT]
class Msvm_EthernetSwitchPortIsolationSettingData : Msvm_EthernetSwitchPortFeatureSettingData
{
uint32 IsolationMode = 0;
boolean AllowUntaggedTraffic = FALSE;
uint32 DefaultIsolationId = 0;
Boolean EnableMultiTenantStack = FALSE;
};
Members
The Msvm_EthernetSwitchPortIsolationSettingData class has these types of members:
Properties
The Msvm_EthernetSwitchPortIsolationSettingData class has these properties.
-
AllowUntaggedTraffic
-
Whether the port is allowed to send/receive untagged traffic.
-
DefaultIsolationId
-
The default VirtualSubnetId or VLAN that will be set on all send/receive traffic if AllowedUntaggedTraffic is true.
-
EnableMultiTenantStack
-
If true, the network stack in the VM will be able to access the isolation configuration. The default value is false.
-
IsolationMode
-
Whether the port is using VLAN or VirtualSubnetId for isolation. NativeVirtualSubnetId is used for WNV VirtualSubnetId-based networks.
-
None (0)
-
NativeVirtualSubnetId (1)
-
ExternalVirtualSubnetId (2)
-
VLAN (3)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|