Table of Contents

Enum VMwareVirtualSwitchLoadBalancingType

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

Represents the load balancing type configured for a virtual switch.

public enum VMwareVirtualSwitchLoadBalancingType

Fields

ExplicitFailover = 4

The load balacing type is "ExplicitFailover" (failover_explicit).

Ip = 1

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

SourceId = 3

The load balacing type is "Route based on the source of the port ID" (loadbalance_srcid).

SourceMac = 2

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

Unknown = 0

The load balancing type is unknown.