Table of Contents

Enum VMwareLinkDiscoveryProtocolOperation

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

Represents the link discovery protocol operation for a virtual or distributed virtual switch.

public enum VMwareLinkDiscoveryProtocolOperation

Fields

Advertise = 3

The discovery operation is advertise.

Both = 4

The discovery operation is both listen and advertise.

Listen = 2

The discovery operation is listen.

None = 1

The discovery operation is none (disabled).

Unknown = 0

The discovery operation is unknown.