Class BackupExecWindowsAgentServer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Backup Exec Windows agent server.
public class BackupExecWindowsAgentServer : BackupExecAgentServer, IComparable<BackupExecAgentServer>
- Inheritance
-
BackupExecWindowsAgentServer
- Implements
- Inherited Members
Constructors
BackupExecWindowsAgentServer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecWindowsAgentServer class.
public BackupExecWindowsAgentServer()
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
OperatingSystemBuild
Gets or sets the build of the operating system installed on the agent server.
public int OperatingSystemBuild { get; set; }
Property Value
OperatingSystemName
Gets or sets the name of the operating system installed on the agent server - for example "Microsoft Windows Server 2012 R2 Datacenter".
public string OperatingSystemName { get; set; }
Property Value
OperatingSystemVersion
Gets or sets the version of the operating system installed on the agent server.
public SerializableVersion OperatingSystemVersion { get; set; }
Property Value
- SerializableVersion
ProcessorCount
Gets or sets the number of processors found installed in the agent server.
public int ProcessorCount { get; set; }