(file) Return to CIM_ToDirectoryAction.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_ToDirectoryAction 
 6               // ==================================================================
 7                  [Association, Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9                   Description ( 
10                      "The ToDirectoryAction association identifies the target "
11                      "directory for a FileAction. When this association is used, the "
12                      "assumption is that the target directory was created by a "
13                      "previous Action. This association cannot co-exist with a "
14                      "ToDirectorySpecification association, since a FileAction can "
15                      "only involve a single target directory." )]
16               class CIM_ToDirectoryAction {
17               
18                     [Key, Max ( 1 ), 
19                      Description ( "The destination directory of the Action." )]
20                  CIM_DirectoryAction REF DestinationDirectory;
21               
22 karl  1.1.2.2       [Key, Description ( "The Action against the directory." )]
23                  CIM_CopyFileAction REF FileName;
24               
25               
26               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2