Class VMwareDistributedSwitchHealthCheckSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the health check settings for a VMware distributed switch. This applies to vSphere 5.1 and above only.
public class VMwareDistributedSwitchHealthCheckSettings : BypassSection
- Inheritance
-
VMwareDistributedSwitchHealthCheckSettings
- Inherited Members
Constructors
VMwareDistributedSwitchHealthCheckSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchHealthCheckSettings class.
public VMwareDistributedSwitchHealthCheckSettings()
Properties
TeamingEnabled
Gets or sets whether the teaming and failover health check is enabled.
public BooleanOption TeamingEnabled { get; set; }
Property Value
VlanMtuEnabled
Gets or sets whether the VLAN and MTU health check is enabled.
public BooleanOption VlanMtuEnabled { get; set; }