(file) Return to CIM_UninterruptiblePowerSupply.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device

File: [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Device / CIM_UninterruptiblePowerSupply.mof (download)
Revision: 1.1, Tue Jan 24 13:50:09 2012 UTC (12 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch, HEAD, CIMRS_WORK_20130824
Branch point for: TASK-PEP317_pullop-branch
BUG#:9155
TITLE: Upgrade Pegasus to Include the CIM 2.31 Schema in CVS

DESCRIPTION:

// Copyright (c) 2005 DMTF.  All rights reserved.
// <change cr="CIMCoreCR00735.001" type ="change">Update of
// descriptions based on Tech Edit review.</
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// <change cr="ArchCR00089.003" type="add">Add PUnit qualifier values
// to Units qualifier values.</change>
// ==================================================================
//  CIM_UninterruptiblePowerSupply
// ==================================================================
   [Version ( "2.10.0" ), 
    UMLPackagePath ( "CIM::Device::CoolingAndPower" ), 
    Description ( 
       "Capabilities and management of an UninterruptiblePowerSupply. "
       "The properties of the UPS Device indicate when incoming power "
       "is trimmed or boosted, and the aggregated information of the "
       "batteries, generators, and so on that comprise the Device. "
       "These individual components (for example, multiple batteries) "
       "can also be independently modeled and associated with the UPS." )]
class CIM_UninterruptiblePowerSupply : CIM_PowerSupply {

      [Override ( "Range1InputVoltageLow" ), 
       Description ( 
          "If the voltage (in millivolts) drops below the value "
          "specified by Range1InputVoltageLow, the UPS will "
          "compensate by boosting the voltage using its power "
          "sources. A value of 0 indicates that the voltage at "
          "which boosting occurs is \'unknown\'." ), 
       Units ( "MilliVolts" ), 
       PUnit ( "volt * 10^-3" )]
   uint32 Range1InputVoltageLow;

      [Override ( "Range1InputVoltageHigh" ), 
       Description ( 
          "If the voltage (in millivolts) rises above the value "
          "specified by Range1InputVoltageHigh, the UPS will "
          "compensate by trimming the voltage. A value of 0 "
          "indicates that the voltage at which trimming occurs is "
          "\'unknown\'." ), 
       Units ( "MilliVolts" ), 
       PUnit ( "volt * 10^-3" )]
   uint32 Range1InputVoltageHigh;

      [Override ( "Range2InputVoltageLow" ), 
       Description ( 
          "If the voltage (in millivolts) drops below the value "
          "specified by Range2InputVoltageLow, the UPS will "
          "compensate by boosting the voltage using its power "
          "sources. A value of 0 indicates that the voltage at "
          "which boosting occurs is \'unknown\'." ), 
       Units ( "MilliVolts" ), 
       PUnit ( "volt * 10^-3" )]
   uint32 Range2InputVoltageLow;

      [Override ( "Range2InputVoltageHigh" ), 
       Description ( 
          "If the voltage (in millivolts) rises above the value "
          "specified by Range2InputVoltageHigh, the UPS will "
          "compensate by trimming the voltage. A value of 0 "
          "indicates that the voltage at which trimming occurs is "
          "\'unknown\'." ), 
       Units ( "MilliVolts" ), 
       PUnit ( "volt * 10^-3" )]
   uint32 Range2InputVoltageHigh;

      [Description ( 
          "The indication of the capacity that remains in the UPS "
          "batteries, generator, and so on. A value of \"Normal\" "
          "(2) indicates that the remaining estimated minutes of "
          "run-time are greater than the \'low power\' state "
          "defined for the UPS (typically two minutes). A value of "
          "\"Low\" (3) indicates that the remaining estimated "
          "minutes of run-time are less than or equal to the "
          "defined \'low power\' state of the device. A value of "
          "\"Depleted\" (4) indicates that the UPS will be unable "
          "to sustain the present load when and if the utility "
          "power is lost (including the possibility that the "
          "utility power is currently absent)." ), 
       ValueMap { "1", "2", "3", "4" }, 
       Values { "Unknown", "Normal", "Low", "Depleted" }, 
       MappingStrings { "MIF.DMTF|UPS Battery|001.1" }]
   uint16 RemainingCapacityStatus;

      [Description ( 
          "TimeOnBackup indicates the elapsed time in seconds since "
          "the UPS last switched to battery power, generator, or so "
          "on or the time since the UPS was last restarted, "
          "whichever is less. 0 is returned if the UPS is \'on "
          "line\'." ), 
       Units ( "Seconds" ), 
       MappingStrings { "MIF.DMTF|UPS Battery|001.2" }, 
       PUnit ( "second" )]
   uint32 TimeOnBackup;

      [Description ( 
          "EstimatedRunTime is an estimate in minutes of the time "
          "that depletion of the battery, generator, or other "
          "device, will occur under the present load conditions if "
          "the utility power is off or is lost and remains off." ), 
       Units ( "Minutes" ), 
       MappingStrings { "MIF.DMTF|UPS Battery|001.3" }, 
       PUnit ( "minute" )]
   uint32 EstimatedRunTime;

      [Description ( 
          "An estimate of the percentage of full charge remaining "
          "for a UPS (that uses battery technology)." ), 
       Units ( "Percent" ), 
       Gauge, MappingStrings { "MIF.DMTF|UPS Battery|001.4" }, 
       PUnit ( "percent" )]
   uint16 EstimatedChargeRemaining;


};

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2