Device\CIM_AllocatedFromStoragePool.mof.mof (HTML version)

Return to index
CIM_AllocatedFromStoragePool Superclass: CIM_Dependency
AllocatedFromStoragePool is an association describing how LogicalElements are allocated from underlying StoragePools. These elements typically would be subclasses of StorageExtents or StoragePools.
Qualifiers:Version ( "2.8.0" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_LogicalElement REF Dependent ;
The subsidiary element.
Required
Units ( "Bytes" )
ModelCorrespondence { "CIM_StoragePool.TotalManagedSpace" , "CIM_StoragePool.RemainingManagedSpace" }
uint64 SpaceConsumed ;
Space consumed from this Pool, in bytes. This value MUST be maintained so that, relative to the Antecedent StoragePool, it is possible to compute TotalManagedSpace as StoragePool.RemainingManagedSpace plus the sum of SpaceConsumed from all of the AllocatedFromStoragePool references from the antecedent StoragePool.
Override ( "Antecedent" )
CIM_StoragePool REF Antecedent ;
The StoragePool.