Class UnixSystem
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Unix or Linux system.
[SupportsLocations]
[SupportsClientScan]
[SupportsSupportProvisions]
public class UnixSystem : NetworkingDevice
- Inheritance
-
UnixSystem
- Inherited Members
Constructors
UnixSystem()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixSystem class.
public UnixSystem()
Properties
Files
Gets or sets the files documented on a Unix system.
public UnixFiles Files { get; set; }
Property Value
General
Gets or sets the general settings for this Unix system.
public UnixSystemGeneral General { get; set; }
Property Value
LocalAccounts
Gets or sets the local users and groups on a Unix system.
public UnixLocalAccounts LocalAccounts { get; set; }
Property Value
LogicalDrives
Gets or sets the logical drives found on a Unix system.
public UnixLogicalDrives LogicalDrives { get; set; }
Property Value
Processes
Gets or sets the processes running on this Unix system at the time of the scan.
public UnixProcesses Processes { get; set; }
Property Value
SoftwarePackages
Gets or sets the software packages installed on a Unix system.
public UnixSoftwarePackages SoftwarePackages { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.UnixSystem object.
public UnixSystem Clone()
Returns
- UnixSystem
A clone of this CENTREL.XIA.Configuration.Types.UnixSystem object.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.UnixSystem from the specified XML data.
public static UnixSystem FromXml(string xml)
Parameters
xml
stringThe XML representation of the Unix System.
Returns
- UnixSystem
A CENTREL.XIA.Configuration.Types.UnixSystem from the specified XML.