The NC_CurrentACPowerPolicy table contains the inventory data used to analyze the state of a system with respect to the AC power consumption.
Column |
Key |
Type |
Null |
Description |
---|---|---|---|---|
ComponentOID |
PK, FK |
binary(16) |
No |
An internal ID number used as a primary key. |
IdleActionPolicyEnum |
smallint |
No |
The current state of an Idle Action Policy. |
|
IdleMonitorTimeout |
int |
No |
The idle monitor timeout. |
|
IdleHarddiskTimeout |
int |
No |
The Idle harddisk timeout. |
|
SystemStandbyTimeout |
int |
No |
The system standby timeout. |
|
SystemHibernateTimeout |
int |
No |
The system hibernate timeout. |
NOTE:
IdleActionPolicyEnum: 0=None, 1=Reserved, 2=Sleep, 3=Hibernate, 4=Shutdown, 5=Shutdown and Reset, 6=Shutdown and PowerOff, 7=Warm Eject.
The ComponentOID foreign key references the ComponentOID primary key column of the NC_CurACPowerPolicyComp table.