DeviceFirmwareComplianceDetails class
This data object contains information about firmware compliances for a device.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public string DeviceName { get; set; }
- Name that is displayed in the user interface for this device.
- public string ProductName { get; set; }
- Product name.
- public string MachineType { get; set; }
- Machine type.
- public string ManagerUUID { get; set; }
- Resource manager UUID.
- public string [] Ipv6Addresses { get; set; }
- List of IPV6 addresses.
- public string [] Ipv4Addresses { get; set; }
- List of IPv4 addresses.
- public string PowerStatus { get; set; }
- Power status. This can be one of the following values.
- Off
- On
- Standby
- Unknown
- public string OverallHealthState { get; set; }
- Highest severity of all alerts. This can be one of the following values.
- Normal
- Warning
- Critical
- Unknown
- public string SerialNumber { get; set; }
- Device serial number.
- 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 ID { get; set; }
Device ID
NoteThe 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 ManagerGroup[] Groups { get; set; }
- Information about each group in which this device is a member.
- public DeviceUpdates Updates { get; set; }
- Information about the applied pattern of the device, if applicable.
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