DeviceInventoryData class
This data object contains inventory data for all types of supported devices.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string Id { get; set;}
- Device IDNoteThe device ID includes the UUID of the device and the UUID of the resource manager that manages the device, separated by a dash (deviceUUID–managerUUID).
- public string DeviceType { get; set;}
- Device type.
- public DevicePowerSupply[] PowerSupplies { get; set;}
- Details about power supplies included in this device.
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