Enum VirtualSwitchType
Enumerates the known Hyper-V virtual switch types.
Namespace: Neon.HyperV
Assembly: Neon.HyperV.dll
Syntax
public enum VirtualSwitchType
Fields
Name | Description |
---|---|
External | The switch can communicate with the host operating system as well as any networks the host can reach. |
Internal | The switch can communicate with the host operating system as well as any hosted virtual machines connected to an External or Internal switch. The switch cannot communicate with anything outside of the host until it's assigned an IP address and NAT is enabled. |
Private | The switch can communicate only with virtual machines using the same switch. |