Skip to main content

DevicePowerSupply class

This data object contains power supply data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Name { get; set;}
Name.
public string SerialNumber { get; set;}
Serial number.
public string VendorName { get; set;}
Vendor Name.
public string FirmwareRevision { get; set;}
Firmware revision.
public string PartNumber { get; set;}
Part number.
public string Status { get; set;}
Status.
public string Model { get; set;}
Model.
public string Slot { get; set;}
Slot.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)