Table of Contents

Class ManagementController

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

Represents an out of band (lights out) management controller found within a machine. Examples of this include the iLO card found within Hewlett-Packard machines.

public class ManagementController : BypassSection
Inheritance
ManagementController
Inherited Members

Constructors

ManagementController()

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

public ManagementController()

Properties

LicenseKey

Gets or sets the license key installed for this management controller.

public string LicenseKey { get; set; }

Property Value

string

NetworkInterfaces

Gets or sets the network interfaces assigned to this management controller.

public ManagementControllerNetworkInterfaceCollection NetworkInterfaces { get; set; }

Property Value

ManagementControllerNetworkInterfaceCollection

Product

Gets or sets the management controller product type.

public ManagementControllerProduct Product { get; set; }

Property Value

ManagementControllerProduct

ProductName

Gets the display name of this management controller.

public string ProductName { get; set; }

Property Value

string

RomDate

Gets or sets the ROM date of this management controller.

public DateTime RomDate { get; set; }

Property Value

DateTime

RomVersion

Gets or sets the ROM version of this management controller - for example "1.92".

public string RomVersion { get; set; }

Property Value

string

SerialNumber

Gets or sets the serial number of this management controller.

public string SerialNumber { get; set; }

Property Value

string

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ManagementController object from the specified XML data

public static ManagementController FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ManagementController

A CENTREL.XIA.Configuration.Types.ManagementController object.

ToString()

Returns the management controller as a human readable string, or "{Not Documented}" if the management controller information has been bypassed or is not available.

public override string ToString()

Returns

string

The management controller as a human readable string.