Table of Contents

Class VMwareVirtualSwitchNicTeamingPolicy

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

Represents the NIC teaming policy settings configured on a VMware virtual switch.

public class VMwareVirtualSwitchNicTeamingPolicy : GlobalSerializableClassicBase
Inheritance
VMwareVirtualSwitchNicTeamingPolicy

Constructors

VMwareVirtualSwitchNicTeamingPolicy()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareVirtualSwitchNicTeamingPolicy class.

public VMwareVirtualSwitchNicTeamingPolicy()

Properties

ActiveAdapters

Gets or sets the physical network adapters to use during normal operations. The adapters are shown in preference order.

public SerializableStringCollection ActiveAdapters { get; set; }

Property Value

SerializableStringCollection

EnableFailback

Gets or sets whether the adapter is returned to active duty immediately on recovery.

public BooleanOption EnableFailback { get; set; }

Property Value

BooleanOption

LoadBalancingType

Gets or sets the load balancing type configured.

public VMwareVirtualSwitchLoadBalancingType LoadBalancingType { get; set; }

Property Value

VMwareVirtualSwitchLoadBalancingType

LoadBalancingTypeString

Gets the load balancing type configured as a human readable string.

public string LoadBalancingTypeString { get; set; }

Property Value

string

NotifySwitches

Gets or sets whether the system should notify switches following a failover event.

public BooleanOption NotifySwitches { get; set; }

Property Value

BooleanOption

StandbyAdapters

Gets or sets the physical network adapters to use when the active adapters are not available. The adapters are shown in preference order.

public SerializableStringCollection StandbyAdapters { get; set; }

Property Value

SerializableStringCollection

UseBeaconPolling

Gets or sets whether the system should use beacon polling.

public BooleanOption UseBeaconPolling { get; set; }

Property Value

BooleanOption