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

Diff for /pegasus/Schemas/CIM231/DMTF/Application/CIM_SettingCheck.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:49:57 version 1.1.2.2, 2012/02/15 17:46:10
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
   // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
   // qualifier values to CIM Schema.</change>
   // ==================================================================
   //  CIM_SettingCheck
   // ==================================================================
      [Version ( "2.6.0" ),
       UMLPackagePath ( "CIM::Application::CheckAction" ),
       Description (
          "This class specifies information needed to verify a particular "
          "\'setting\' file, for a specific entry in the file. The file "
          "entry is checked whether it contains or matches the value "
          "defined in EntryValue. All compares are assumed to be case "
          "insensitive." )]
   class CIM_SettingCheck : CIM_Check {
   
         [Description (
             "Key or label for the section of the file containing the "
             "settings to be checked." ),
          MaxLen ( 256 )]
      string SectionKey;
   
         [Description ( "Name of the setting entry to be checked." ),
          MaxLen ( 256 )]
      string EntryName;
   
         [Description ( "Value to be compared for the named entry." )]
      string EntryValue;
   
         [Description (
             "CheckType specifies how the setting value should be compared."
              ),
          ValueMap { "0", "1" },
          Values { "Matches", "Contains" }]
      uint16 CheckType;
   
         [Description (
             "File name of the \'setting\' file to be checked." ),
          MaxLen ( 1024 )]
      string FileName;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2