Table of Contents

Class BackupExecMediaSet

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

Represents a Backup Exec media set.

public class BackupExecMediaSet : GlobalSerializableClassicBase, IComparable<BackupExecMediaSet>
Inheritance
BackupExecMediaSet
Implements

Constructors

BackupExecMediaSet()

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

public BackupExecMediaSet()

Properties

AppendPeriod

Gets or sets the append period for the media set in hours.

public int AppendPeriod { get; set; }

Property Value

int

AppendPeriodString

Gets the append period for the media set.

public string AppendPeriodString { get; set; }

Property Value

string

Description

Gets or sets the description of the media set.

public string Description { get; set; }

Property Value

string

Id

Gets or sets the unique identifier of the media set in GUID format.

public string Id { get; set; }

Property Value

string

IsSystemDefined

Gets or sets whether the media set is a built-in system defined media set.

public BooleanOption IsSystemDefined { get; set; }

Property Value

BooleanOption

MediaVaultId

Gets or sets the unique identifier of the media vault used by this media set.

public string MediaVaultId { get; set; }

Property Value

string

MediaVaultName

Gets or sets the name of the media vault used by this media set.

public string MediaVaultName { get; set; }

Property Value

string

Name

Gets or sets the name of the media set.

public string Name { get; set; }

Property Value

string

OverwriteProtectionPeriod

Gets or sets the overwrite protection period in hours.

public int OverwriteProtectionPeriod { get; set; }

Property Value

int

OverwriteProtectionPeriodString

Gets the overwrite protection period.

public string OverwriteProtectionPeriodString { get; set; }

Property Value

string

Methods

CompareTo(BackupExecMediaSet)

Compares two CENTREL.XIA.Configuration.Types.BackupExecMediaSet objects to allow sorting alphabetically by name.

public int CompareTo(BackupExecMediaSet other)

Parameters

other BackupExecMediaSet

The CENTREL.XIA.Configuration.Types.BackupExecMediaSet to compare to.

Returns

int

The sort order of the two items.