Skip to main content

StorageControllerInfo class

This data object contains storage canister data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Position { get; set;}
Canister position.
public string SerialNumber { get; set;}
Serial number.
public string Health { get; set;}
Health.
public string MachineType { get; set;}
Machine type.
public string Model { get; set;}
Model.
public string Manufacturer { get; set;}
Manufacturer.
public string FRUSerialNumber { get; set;}
FRU serial number.
public string[] IPv6Addresses { get; set;}
List of IPv6 addresses assigned to this canister.
public string[] IPv4Addresses { get; set;}
List of IPv4 addresses assigned to this canister.
public StorageControllerFirmware Firmware { get; set;}
Canister firmware details.

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)