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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2                  [Version ( "2.8.1000" ), 
 3                   UMLPackagePath ( "CIM::Core::Redundancy" ), 
 4                   Description ( 
 5                      "A class derived from RedundancySet describing storage-related "
 6                      "redundancy information. StorageRedundancySets are used to "
 7                      "protect user data. They aggregate one or more underlying "
 8                      "StorageExtents, associated via MemberOfCollection, and produce "
 9                      "one or more higher-level Extents. The Extents are related to "
10                      "each other via a BasedOn association. And, the higher level "
11                      "Extent is related to the StorageRedundancy Set via the "
12                      "LogicalIdentity association. \n"
13                      "Note that StorageRedundancySets may overlap in their "
14                      "aggregation of members. If this occurs, the overlapping "
15                      "Extents SHOULD NOT contain any check data." )]
16               class CIM_StorageRedundancySet : CIM_RedundancySet {
17               
18                     [Description ( 
19                         "TypeOfAlgorithm specifies the algorithm used for storage "
20                         "data redundancy and reconstruction. For example, \'P+Q\' "
21                         "(=5) or \'P+S\' (=7) may be specified." ), 
22 karl  1.1.2.2        ValueMap { "0", "1", "3", "4", "5", "6", "7" }, 
23                      Values { "Unknown", "Other", "Copy", "XOR", "P+Q", "S", "P+S" }, 
24                      MappingStrings { "MIF.DMTF|Redundancy Group|001.2" }, 
25                      ModelCorrespondence { 
26                         "CIM_StorageRedundancySet.OtherAlgorithm" }]
27                  uint16 TypeOfAlgorithm;
28               
29                     [Description ( 
30                         "A string describing the redundancy algorithm when the "
31                         "TypeOfAlgorithm is set to 1 \'Other\'." ), 
32                      ModelCorrespondence { 
33                         "CIM_StorageRedundancySet.TypeOfAlgorithm" }]
34                  string OtherAlgorithm;
35               
36               
37               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2