StorageInventoryInfo class
This data object contains inventory data for a storage device.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Inheritance -> Object -> DeviceInventoryData class
Properties
- public StorageEnclosureInfo EnclosureInfo { get; set;}
- General details about this storage.
- public StorageDriveInfo[] Drives { get; set;}
- Information about disk drives in this storage.
- public StorageControllerInfo[] Controllers { get; set;}
- Information about each controller in this storage.
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)
Give documentation feedback