Table of Contents

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

UnixFiles

General

Gets or sets the general settings for this Unix system.

public UnixSystemGeneral General { get; set; }

Property Value

UnixSystemGeneral

LocalAccounts

Gets or sets the local users and groups on a Unix system.

public UnixLocalAccounts LocalAccounts { get; set; }

Property Value

UnixLocalAccounts

LogicalDrives

Gets or sets the logical drives found on a Unix system.

public UnixLogicalDrives LogicalDrives { get; set; }

Property Value

UnixLogicalDrives

Processes

Gets or sets the processes running on this Unix system at the time of the scan.

public UnixProcesses Processes { get; set; }

Property Value

UnixProcesses

SoftwarePackages

Gets or sets the software packages installed on a Unix system.

public UnixSoftwarePackages SoftwarePackages { get; set; }

Property Value

UnixSoftwarePackages

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 string

The XML representation of the Unix System.

Returns

UnixSystem

A CENTREL.XIA.Configuration.Types.UnixSystem from the specified XML.