Class BackupExecDiscoverDataSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Backup Exec discover data settings.
public class BackupExecDiscoverDataSettings : BaseTypeSection
- Inheritance
-
BackupExecDiscoverDataSettings
Constructors
BackupExecDiscoverDataSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecDiscoverDataSettings class.
public BackupExecDiscoverDataSettings()
Properties
CancelInterval
Gets or sets the time after which the discover data process should be cancelled if it is not complete.
public BackupExecDiscoverDataCancelInterval CancelInterval { get; set; }
Property Value
CancelIntervalString
Gets the time after which the discover data process should be cancelled if it is not complete.
public string CancelIntervalString { get; set; }
Property Value
Enabled
Gets or sets whether to enable the discover data option.
public BooleanOption Enabled { get; set; }
Property Value
ScheduleString
Gets or sets the schedule at which to discover data as a human readable string - for example "Every 1 day(s) at 12:00 effective on 19/11/2015".
public string ScheduleString { get; set; }
Property Value
Methods
ToString()
Returns the settings as a human readable string.
public override string ToString()
Returns
- string
The settings as a human readable string.