Table of Contents

Class BackupExecAgentServerSelection

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

Represents a Backup Exec agent server selection.

public class BackupExecAgentServerSelection : BackupExecSelection
Inheritance
BackupExecAgentServerSelection
Inherited Members

Constructors

BackupExecAgentServerSelection()

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

public BackupExecAgentServerSelection()

Properties

DisplayName

Gets the display name of the selection type.

public override string DisplayName { get; }

Property Value

string

DisplayValue

Gets the configured display value.

public override string DisplayValue { get; }

Property Value

string

EnableSystemProtection

Gets or sets whether system protection is enabled.

public BooleanOption EnableSystemProtection { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the server.

public string Name { get; set; }

Property Value

string