Intel.Hardware.ModularServer.SCMBatteryInfoStorage Controller Battery

Intel.Hardware.ModularServer.SCMBatteryInfo (ClassType)

Element properties:

Base ClassIntel.Hardware.ModularServer.PhysicalDevice
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId044e912b-226e-da51-bce7-19331489f4d2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Intel.Hardware.ModularServer.PhysicalDevice:
LastUpdated  string  Last Updated false 256  False 
DeviceName  string  Device Name false 256  False 
AssetTag  string  Asset Tag false 256  False 
ManufDate  string  Manufacturing Date false 256  False 
SerialNo  string  Serial Number false 256  False 
PartNo  string  Part Number false 256  False 
Vendor  string  Vendor false 256  False 
Intel.Hardware.ModularServer.SCMBatteryInfo:
TempChargeThreshold  string  Temp Charge Threshold false 256  False 
TempDisChargeThreshold  string  Temp Discharge Threshold false 256  False 
Unit  string  Unit false 256  False 
CycleCount  string  Battery Cycle Count false 256  False 
RemainCapacity  string  Battery Remaining Capacity false 256  False 
BatteryStatus  string  Battery Status false 256  False 
BatteryCellType  string  Battery Cell Type false 256  False 
BatteryHoldTime  int  Battery Hold Time(in Hours) false 256   

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.SCMBatteryInfo" Accessibility="Public" Abstract="false" Base="Intel.Hardware.ModularServer.PhysicalDevice" Hosted="true" Singleton="false">
<Property ID="TempChargeThreshold" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TempDisChargeThreshold" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Unit" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CycleCount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RemainCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatteryStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatteryCellType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BatteryHoldTime" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>