DeviceDataExtended class
This data object contains extended information for a specific device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Inheritance -> Object -> DeviceData
Properties
- public DeviceFirmware[] Firmware { get; set; }
- Information about each firmware
- public string Uuid { get; set; }
- Device UUID
- public string SerialNumber { get; set; }
- Device serial number
- public string ManagerUuid { get; set; }
- Resource manager UUID
- public string MgmtProcType { get; set; }
- Type of management controller. This can be one of the following values.
- FSP
- IMM2
- XCC
- XCC2
- UNKNOWN
- public string AccessState { get; set; }
- Access state of the server key. This can be one of the following values.
- Online
- Offline
- Offline Managed
- Partial
- Pending
- Unknown
- public string UserDefinedName { get; set; }
- User-defined name for the device
- public string MachineTypeModel { get; set; }
- Machine type and model, separate by a forward slash (for example, 8387/AC1)
- public bool IsAccurateHealth { get; set; }
- Indicates whether the health status is accurate. This can be one of the following values.
- true. The AccessState is Offline Managed, Online, or partial.
- false. The AccessState is Offline, Pending, or Unknown.
- public ManagerGroup[] Groups { get; set; }
- Information about each group in which this device is a member
- public int TechTipsCount { get; set; }
- Number of tech tips that are associated with this device
- public DeviceWarranty Warranty { get; set; }
- Information about the warranty for 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