Skip to main content

StorageControllerFirmware class

This data object contains canister firmware data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string StorageControllerCpuType { get; set;}
Storage controller CPU type.
public string BundleVersion { get; set;}
Bundle version.
public DateTime? BuildDate { get; set;}
Build date.
public string StorageControllerCodeVersion { get; set;}
Storage controller code version.
public string StorageControllerCodeBaselevel { get; set;}
Storage controller code base level.
public string StorageControllerLoaderCodeVersion { get; set;}
Storage controller loader code version.
public string CapiVersion { get; set;}
CAPI version.
public string ManagementControllerCodeVersion { get; set;}
Management controller code version.
public string ManagementControllerLoaderCodeVersion { get; set;}
Management controller loader code version.
public string ExpanderControllerCodeVersion { get; set;}
Expander controller code version.
public string CpldCodeVersion { get; set;}
CPLD code version.
public string HardwareVersion { get; set;}
Hardware version.
public string HostInterfaceModuleVersion { get; set;}
Host interface module version.
public string HostInterfaceModuleModel { get; set;}
Host interface module model.
public string BackplaneType { get; set;}
Backplane type.
public string HostInterfaceHardwareVersion { get; set;}
Host interface hardware version.
public string DiskInterfaceHardwareVersion { get; set;}
Disk interface hardware version.
public string SCBootMemoryReferenceCodeVersion { get; set;}
SC boot memory reference code version.

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)