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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.6.0" ), 
 3                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 4                   Description ( 
 5                      "SwapSpaceCheck specifies the amount of swap space that needs "
 6                      "to be available on the computer system. The amount is "
 7                      "specified in the SwapSpaceSize property. The details of this "
 8                      "Check are compared with the value of the CIM_OperatingSystem. "
 9                      "TotalSwapSpaceSize property - where the CIM_OperatingSystem "
10                      "object is related (using RunningOS) to the CIM_Computer System "
11                      "instance that describes the environment. When the value of "
12                      "TotalSwapSpaceSize property is greater than or equal to the "
13                      "value specified in SwapSpaceSize, the Check is satisfied." )]
14               class CIM_SwapSpaceCheck : CIM_Check {
15               
16                     [Description ( 
17                         "The SwapSpaceSize property specifies the minimum number "
18                         "of KiloBytes of swap space that needs to be available on "
19                         "the target system." ), 
20                      Units ( "KiloBytes" ), 
21                      ModelCorrespondence { "CIM_OperatingSystem.TotalSwapSpaceSize" }, 
22 karl  1.1.2.2        PUnit ( "byte * 10^3" )]
23                  uint64 SwapSpaceSize;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2