Class MicrosoftFailoverClusterAwareUpdatingSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the cluster aware updating settings of a Microsoft failover cluster.
public class MicrosoftFailoverClusterAwareUpdatingSettings : BypassSection
- Inheritance
-
MicrosoftFailoverClusterAwareUpdatingSettings
- Inherited Members
Constructors
MicrosoftFailoverClusterAwareUpdatingSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterAwareUpdatingSettings class.
public MicrosoftFailoverClusterAwareUpdatingSettings()
Properties
DaysOfWeek
Gets or sets the days of the week that cluster-aware updating is scheduled to run.
public MicrosoftFailoverClusterAwareUpdatingDaysOfWeek DaysOfWeek { get; set; }
Property Value
IntervalWeeks
Gets or sets the interval in weeks that cluster-aware updating is scheduled to run.
public int IntervalWeeks { get; set; }
Property Value
Parameters
Gets or sets the additional cluster parameters.
public MicrosoftFailoverClusterParameters Parameters { get; set; }
Property Value
PluginNames
Gets or sets the names of the cluster-aware updating plugins.
public SerializableStringCollection PluginNames { get; set; }
Property Value
- SerializableStringCollection
StartDate
Gets or sets the state date.
public DateTime StartDate { get; set; }
Property Value
State
Gets or sets the state of cluster-aware updating in the cluster.
public MicrosoftFailoverClusterAwareUpdatingState State { get; set; }
Property Value
TriggerType
Gets or sets the trigger type.
public MicrosoftFailoverClusterAwareUpdatingTriggerType TriggerType { get; set; }
Property Value
WeeksOfMonth
Gets or sets the weeks of the month that cluster-aware updating is scheduled to run.
public MicrosoftFailoverClusterAwareUpdatingWeeksOfMonth WeeksOfMonth { get; set; }
Property Value
Methods
ToString()
Returns the cluster-aware updating settings as a human readable string.
public override string ToString()
Returns
- string
The cluster-aware updating settings as a human readable string.