Class BackupExecLinuxAgentServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec Linux agent server.
public class BackupExecLinuxAgentServer : BackupExecAgentServer, IComparable<BackupExecAgentServer>
- Inheritance
-
BackupExecLinuxAgentServer
- Implements
- Inherited Members
Constructors
BackupExecLinuxAgentServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecLinuxAgentServer class.
public BackupExecLinuxAgentServer()
Properties
BackupExecVersion
Gets or sets the version of the Backup Exec agent installed on the agent server.
public SerializableVersion BackupExecVersion { get; set; }
Property Value
- SerializableVersion
OperatingSystemName
Gets or sets the name of the operating system installed on the agent server - for example "Red Hat Enterprise Linux Server release 6.4 (Santiago)".
public string OperatingSystemName { get; set; }