Skip to main content

StorageDriveInfo class

This data object contains storage-device data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Type { get; set;}
Type.
public string Size { get; set;}
Size.
public string SerialNumber { get; set;}
Serial number.
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)