System.Power.CapabilityPower Capability

System.Power.Capability (ClassType)

Contains information about a power capability

Element properties:

Base ClassSystem.PowerItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId21789929-8765-f890-f576-3f405ecbb4b6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.Power.Capability:
CapabilityID  guid  Capability ID Capability ID true 256       
ApmPresent  int  Apm Present Apm Present false 256       
BatteriesAreShortTerm  int  Batteries Are Short Term Batteries Are Short Term false 256       
FullWake  int  Full Wake Full Wake false 256       
LidPresent  int  Lid Present Lid Present false 256       
PreferredPMProfile  int  Preferred PMProfile Preferred PMProfile false 256       
ProcessorThrottle  int  Processor Throttle Processor Throttle false 256       
SystemBatteriesPresent  int  System Batteries Present System Batteries Present false 256       
SystemS1  int  System S1 System S1 false 256       
SystemS2  int  System S2 System S2 false 256       
SystemS3  int  System S3 System S3 false 256       
SystemS4  int  System S4 System S4 false 256       
SystemS5  int  System S5 System S5 false 256       
UpsPresent  int  Ups Present Ups Present false 256       
VideoDimPresent  int  Video Dim Present Video Dim Present false 256       
MinDeviceWakeState  string  Min Device Wake State Min Device Wake State false 256  False     
RtcWake  string  Rtc Wake Rtc Wake false 256  False     

Health Model:

Source Code:

<ClassType ID="System.Power.Capability" Accessibility="Public" Abstract="false" Base="System.PowerItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="CapabilityID" Key="true" Type="guid"/>
<Property ID="ApmPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="BatteriesAreShortTerm" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="FullWake" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="LidPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="PreferredPMProfile" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="ProcessorThrottle" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemBatteriesPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS1" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS2" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS3" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS4" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="SystemS5" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="UpsPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="VideoDimPresent" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="MinDeviceWakeState" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="RtcWake" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>