(file) Return to CIM_DirectoryAction.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               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_DirectoryAction 
 6               // ==================================================================
 7                  [Abstract, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9                   Description ( 
10                      "DirectoryAction is an abstract class used to manage "
11                      "directories. The creation of directories is handled by "
12                      "CreateDirectoryAction and removal is handled by "
13                      "RemoveDirectoryAction." )]
14               class CIM_DirectoryAction : CIM_Action {
15               
16                     [Description ( "The name of the directory being managed." ), 
17                      MaxLen ( 1024 )]
18                  string DirectoryName;
19               
20               
21               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2