Table of Contents

Class BackupExecDuplicationTask

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

Represents a Backup Exec duplication task.

public class BackupExecDuplicationTask : GlobalSerializableClassicBase
Inheritance
BackupExecDuplicationTask

Constructors

BackupExecDuplicationTask()

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

public BackupExecDuplicationTask()

Properties

Id

Gets or sets the unique identifier of this task in GUID format.

public string Id { get; set; }

Property Value

string

JobName

Gets or sets the name of the job to create.

public string JobName { get; set; }

Property Value

string

Name

Gets or sets the job template name.

public string Name { get; set; }

Property Value

string

NotificationRecipients

Gets or sets the names of the recipients enabled to receive notifications for this backup task.

public SerializableStringCollection NotificationRecipients { get; set; }

Property Value

SerializableStringCollection

ScheduleString

Gets or sets the schedule as a human readable string - for example "Friday every 1 week(s) at 23:00 effective on 26/11/2015".

public string ScheduleString { get; set; }

Property Value

string

SourceBackups

Gets or sets the names of the specific source backups to use for this duplication task.

public SerializableStringCollection SourceBackups { get; set; }

Property Value

SerializableStringCollection

SourceString

Gets the source of the duplication task as a human readable string.

public string SourceString { get; set; }

Property Value

string

SourceType

Gets or sets the source type of the duplication task.

public BackupExecDuplicationTaskSourceType SourceType { get; set; }

Property Value

BackupExecDuplicationTaskSourceType

Storage

Gets or sets the storage to use for this duplication task.

public BackupExecTaskStorageConfiguration Storage { get; set; }

Property Value

BackupExecTaskStorageConfiguration

SubmitOnHold

Gets or sets whether the task should be submitted on hold.

public BooleanOption SubmitOnHold { get; set; }

Property Value

BooleanOption

TaskType

Gets or sets the task type.

public BackupExecTaskType TaskType { get; set; }

Property Value

BackupExecTaskType

TaskTypeString

Gets or sets the task type as a human readable string.

public string TaskTypeString { get; set; }

Property Value

string

Methods

ToString()

Returns the task as a human readable string.

public override string ToString()

Returns

string

The task as a human readable string.