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
AppendPeriodString
Gets the append period for the media set.
public string AppendPeriodString { get; set; }
Property Value
Description
Gets or sets the description of the media set.
public string Description { get; set; }
Property Value
Id
Gets or sets the unique identifier of the media set in GUID format.
public string Id { get; set; }
Property Value
IsSystemDefined
Gets or sets whether the media set is a built-in system defined media set.
public BooleanOption IsSystemDefined { get; set; }
Property Value
MediaVaultId
Gets or sets the unique identifier of the media vault used by this media set.
public string MediaVaultId { get; set; }
Property Value
MediaVaultName
Gets or sets the name of the media vault used by this media set.
public string MediaVaultName { get; set; }
Property Value
Name
Gets or sets the name of the media set.
public string Name { get; set; }
Property Value
OverwriteProtectionPeriod
Gets or sets the overwrite protection period in hours.
public int OverwriteProtectionPeriod { get; set; }
Property Value
OverwriteProtectionPeriodString
Gets the overwrite protection period.
public string OverwriteProtectionPeriodString { get; set; }
Property Value
Methods
CompareTo(BackupExecMediaSet)
Compares two CENTREL.XIA.Configuration.Types.BackupExecMediaSet objects to allow sorting alphabetically by name.
public int CompareTo(BackupExecMediaSet other)
Parameters
other
BackupExecMediaSetThe CENTREL.XIA.Configuration.Types.BackupExecMediaSet to compare to.
Returns
- int
The sort order of the two items.