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

 1 marek 1.1 // Copyright (c) 2008 DMTF.  All rights reserved.
 2              [Deprecated { "CIM_RedundancySet" }, 
 3               Version ( "2.21.0" ), 
 4               UMLPackagePath ( "CIM::Core::Redundancy" ), 
 5               Description ( 
 6                  "A class derived from RedundancyGroup indicating that the "
 7                  "aggregated elements have more capacity or capability than is "
 8                  "needed. An example of this type of redundancy is the "
 9                  "installation of N+1 power supplies or fans in a system. \n"
10                  "The use of this class is being deprecated in lieu of using "
11                  "RedundancySet." )]
12           class CIM_ExtraCapacityGroup : CIM_RedundancyGroup {
13           
14                 [Deprecated { "CIM_RedundancySet.MinNumberNeeded" }, 
15                  Description ( 
16                     "MinNumberNeeded indicates the smallest number of "
17                     "elements that must be operational in order to have "
18                     "redundancy. For example, in an N+1 redundancy "
19                     "relationship, the MinNumberNeeded property should be set "
20                     "equal to N." )]
21              uint32 MinNumberNeeded;
22 marek 1.1 
23                 [Deprecated { "CIM_RedundancySet.TypeOfSet" }, 
24                  Description ( 
25                     "Boolean indicating whether load balancing is supported "
26                     "by the ExtraCapacityGroup." )]
27              boolean LoadBalancedGroup;
28           
29           
30           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2