DeviceFullData class
This data object contains detailed information about a device.
Namespace: Lenovo.SysMgmt.LXCO.Integration.Data
Assembly: Lenovo.SysMgmt.LXCO.Integration.Data
Inheritance -> Object -> DeviceDataExtended
Properties
- public DeviceBladeStatus? BladeState { get; set; }
- State of the server
- public string DeviceType { get; set; }
- Device type
- public string FQDN {get; set; }
- Fully qualified domain name
- public string PartNumber { get; set; }
- Part number
- public bool? HasOS { get; set; }
- Identifies whether an operating system is installed
- public bool? IsITME { get; set; }
- Indicates whether the server is a Flex System compute node
- public string ManagerOverallHealthState { get; set; }
- Resource manager health state
- public DeviceActivationKey[] ActivationKeys { get; set; }
- of installed Feature on Demand (FoD) keys
- public DeviceConfigCompliance[] ConfigCompliances { get; set; }
- Information about the server-configuration compliance
- public string FirmwareComplianceStatus { get; set; }
- Compliance status. This can be one of the following values.
- compliant. The device is compliant with their server profile.
- notCompliant. The device is not compliant with their server profile.
- noPolicyAssigned. The device is not assigned a server profile.
- unsupportedCompliance.Configuration is not supported for the device.
- public DeviceInfo DeviceInfo { get; set; }
- Information about the device
- public DeviceLocationLocation { get; set; }
- Information about the location of the server or Flex System storage device
- public DevicePattern Pattern { get; set; }
- Information about the applied pattern of the device, if applicable
- public DeviceParent Parent { get; set; }
- Information about the parent of the server or Flex System storage device, if applicable
- public DeviceUpdates Updates { get; set; }
- Information about the updates
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