Class BackupExecMediaVault
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec media vault.
public class BackupExecMediaVault : GlobalSerializableClassicBase, IComparable<BackupExecMediaVault>
- Inheritance
-
BackupExecMediaVault
- Implements
Constructors
BackupExecMediaVault()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecMediaVault class.
public BackupExecMediaVault()
Properties
Description
Gets or sets the description of the media vault.
public string Description { get; set; }
Property Value
Id
Gets or sets the unique identifier of the media vault in GUID format.
public string Id { get; set; }
Property Value
IsSystemDefined
Gets or sets whether the media vault is a built-in system defined media vault.
public BooleanOption IsSystemDefined { get; set; }
Property Value
Name
Gets or sets the name of the media vault.
public string Name { get; set; }
Property Value
Methods
CompareTo(BackupExecMediaVault)
Compares two CENTREL.XIA.Configuration.Types.BackupExecMediaVault objects to allow sorting alphabetically by name.
public int CompareTo(BackupExecMediaVault other)
Parameters
other
BackupExecMediaVaultThe CENTREL.XIA.Configuration.Types.BackupExecMediaVault to compare to.
Returns
- int
The sort order of the two items.