Table of Contents

Enum VMwareDistributedSwitchPortLoadBalancingType

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

Represents the load balancing type configured for a distributed switch port.

public enum VMwareDistributedSwitchPortLoadBalancingType

Fields

ExplicitFailover = 4

The load balacing type is "Use explicit failover order".

Ip = 1

The load balacing type is "Routing based on IP hash".

LoadBased = 5

The load balacing type is "Route based on physical NIC load".

SourceId = 3

The load balacing type is "Route based on originating virtual port".

SourceMac = 2

The load balacing type is "Route based on source MAC hash".

Unknown = 0

The load balancing type is unknown.