Skip to main content

ServerMemoryModule class

This data object contains server memory module data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public int Speed { get; set;}
Number of data-transfer operations that occur in each second, in MT/s (megatransfers per second).
public int Capacity { get; set;}
Capacity.
public int SpeedMBs { get; set;}
Amount of data that is transferred in each second, in MB/s (megabytes per second).
public int Slot { get; set;}
Slot.
public string Model { get; set;}
Model.
public string Manufacturer { get; set;}
Manufacturer.
public string SerialNumber { get; set;}
Serial number.
public string Type { get; set;}
Type.
public string PartNumber { get; set;}
Part number.

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)