Table of Contents

Enum HyperVServerVirtualMachineNetworkAdapterPortMirroringMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The port mirroring mode for a Hyper-V virtual machine network adapter.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineNetworkAdapterPortMirroringMode

Fields

Destination = 1

The port mirroring mode is destination.

None = 2

The port mirroring mode is none.

Source = 3

The port mirroring mode is source.

Unknown = 0

The port mirroring mode is unknown.