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

 1 marek 1.1 // 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_AggregatePSExtent 
 6           // ==================================================================
 7              [Deprecated { "CIM_StorageExtent", "CIM_CompositeExtentBasedOn" }, 
 8               Version ( "2.7.0" ), 
 9               UMLPackagePath ( "CIM::Device::SccExtents" ), 
10               Description ( 
11                  "Similar to AggregatePExtent, this class is deprecated in lieu "
12                  "of the generic StorageExtent object and the "
13                  "ProtectedExtentBasedOn association. An AggregatePSExtent is "
14                  "used to model an SCC RAID implementation. AggregatePSExtents "
15                  "define the number of addressable logical blocks on a single "
16                  "storage device, excluding any logical blocks mapped as check "
17                  "data. This is an alternative grouping for ProtectedSpace "
18                  "Extents, when only summary information is needed or when "
19                  "automatic configuration is used." )]
20           class CIM_AggregatePSExtent : CIM_StorageExtent {
21           
22 marek 1.1       [Deprecated { "CIM_CompositeExtentBasedOn.NumberOfBlocks", 
23                     "CIM_StorageExtent.NumberOfBlocks" }, 
24                  Override ( "NumberOfBlocks" ), 
25                  Description ( 
26                     "Total number of user data blocks that are contained in "
27                     "this Extent." ), 
28                  MappingStrings { 
29                     "MIF.DMTF|Aggregate Protected Space Extent|001.2" }]
30              uint64 NumberOfBlocks;
31           
32           
33           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2