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

Diff for /pegasus/Schemas/CIM231/DMTF/Core/CIM_IsSpare.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:00 version 1.1.2.2, 2012/02/15 17:46:14
Line 0 
Line 1 
   // Copyright (c) 2005 DMTF.  All rights reserved.
      [Association, Version ( "2.10.0" ),
       UMLPackagePath ( "CIM::Core::Redundancy" ),
       Description (
          "The IsSpare association indicates an element that can spare or "
          "replace any of the elements in the referenced RedundancySet. "
          "If the \'spare\' is itself a Collection, this indicates that "
          "each of the \'spare\' members can replace any of the elements "
          "in the RedundancySet. In the case of a collection all of the "
          "values in the properties of this association MUST apply to all "
          "members of the Collection. \n"
          "If this is not true, then the Collection SHOULD be broken down "
          "into smaller sets (and the IsSpare association defined for "
          "each of these smaller sets), such that the properties of this "
          "association apply to all collected members." )]
   class CIM_IsSpare : CIM_Dependency {
   
         [Override ( "Antecedent" ),
          Description (
             "A ManagedElement or Collection of elements acting as a spare."
              )]
      CIM_ManagedElement REF Antecedent;
   
         [Override ( "Dependent" ),
          Description ( "The set of elements that ARE spared." )]
      CIM_RedundancySet REF Dependent;
   
         [Description (
             "Indicates the state of the \'spare\'. \n"
             "- Hot Standby. The element is available \'immediately\' "
             "to become a functioning member of the set. Such an "
             "element is powered on and has been initialized for it\'s "
             "role as a spare. \n"
             "- Cold Standby. The element is not available to join the "
             "set without action to prepare it." ),
          ValueMap { "0", "2", "3" },
          Values { "Unknown", "Hot Standby", "Cold Standby" }]
      uint16 SpareStatus;
   
         [Description (
             "Indicates whether or not the failover to the spare is a "
             "manual or automatic action." ),
          ValueMap { "0", "2", "3", "4" },
          Values { "Unknown", "Automatic", "Manual",
             "Both Manual and Automatic" }]
      uint16 FailoverSupported;
   
   
   };


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