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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2