(file) Return to CIM_VersionCompatibilityCheck.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_VersionCompatibilityCheck 
 6               // ==================================================================
 7                  [Version ( "2.6.0" ), 
 8                   UMLPackagePath ( "CIM::Application::CheckAction" ), 
 9                   Description ( 
10                      "The VersionCompatibilityCheck class specifies whether it is "
11                      "permissible to create the next state of a SoftwareElement." )]
12               class CIM_VersionCompatibilityCheck : CIM_Check {
13               
14                     [Description ( 
15                         "The AllowDownVersion property indicates that this "
16                         "Software Element can transition to its next state even "
17                         "if a higher or later version of the element already "
18                         "exists in the environment." )]
19                  boolean AllowDownVersion;
20               
21                     [Description ( 
22 karl  1.1.2.2           "The AllowMultipleVersions option controls the ability to "
23                         "configure multiple versions of a SoftwareElement on a "
24                         "system." )]
25                  boolean AllowMultipleVersions;
26               
27                     [Description ( 
28                         "The Reinstall property indicates that this "
29                         "SoftwareElement can transition to its next state even if "
30                         "an element of the same version already exists in the "
31                         "environment." )]
32                  boolean Reinstall;
33               
34               
35               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2