Class VMwareDistributedSwitchPortTeamingSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the teaming and failover settings applied to a distributed virtual switch port. This applies to vSphere 4.0 and above only.
public class VMwareDistributedSwitchPortTeamingSettings : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchPortTeamingSettings
Constructors
VMwareDistributedSwitchPortTeamingSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchPortTeamingSettings class.
public VMwareDistributedSwitchPortTeamingSettings()
Properties
ActiveUplinks
Gets or sets the active uplinks in the team.
public SerializableStringCollection ActiveUplinks { get; set; }
Property Value
- SerializableStringCollection
BeaconProbing
Gets or sets whether to use beacon probing.
public VMwareBooleanPolicySetting BeaconProbing { get; set; }
Property Value
EnableFailback
Gets or sets whether after recovering from a failure, an adapter is returned to active duty immediately.
public VMwareBooleanPolicySetting EnableFailback { get; set; }
Property Value
LoadBalancingType
Gets or sets the load balancing type configured for the distributed switch port.
public VMwareDistributedSwitchPortLoadBalancingType LoadBalancingType { get; set; }
Property Value
LoadBalancingTypeInherited
Gets or sets whether the load balancing type has been inherited.
public BooleanOption LoadBalancingTypeInherited { get; set; }
Property Value
LoadBalancingTypeString
Gets or sets the load balancing type as a human readable string.
public string LoadBalancingTypeString { get; set; }
Property Value
NotifySwitches
Gets or sets whether to notify the physical switch if a link fails.
public VMwareBooleanPolicySetting NotifySwitches { get; set; }
Property Value
StandbyUplinks
Gets or sets the standby uplinks in the team.
public SerializableStringCollection StandbyUplinks { get; set; }
Property Value
- SerializableStringCollection
UplinksInherited
Gets or sets whether the uplinks are inherited.
public BooleanOption UplinksInherited { get; set; }
Property Value
Methods
ToString()
Returns the load balancing type for the teaming settings.
public override string ToString()
Returns
- string
A System.String that represents the load balancing type.