OverwritePolicy
|
uint16
|
Unknown | 0 |
Wraps When Full | 2 |
Never Overwrites | 7 |
DMTF Reserved | .. |
Vendor Reserved | 32768..65535 |
|
OverwritePolicy is an integer enumeration that indicates whether the log, represented by the CIM_Log subclasses, can overwrite its entries. Unknown (0) indicates the log's overwrite policy is unknown.Wraps when Full (2) indicates that the log overwrites its entries with new entries when the log has reached its maximum capacity.Never Overwrites (7) indicates that the log never overwrites its entries by the new entries. |