Skip to main content

StorageEnclosureInfo class

This data object contains storage-canister data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public int DriveBays { get; set;}
Number of drive bays.
public string SerialNumber { get; set;}
Serial number.
public string Health { get; set;}
Health.
public string RackName { get; set;}
Rack name.
public string RackLocation { get; set;}
Rack location.
public string RackRoom { get; set;}
Rack room.
public int RackPosition { get; set;}
Rack position.
public string VendorName { get; set;}
Vendor name.
public string Model { get; set;}
Model.

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)