association CIM_AllocatedFromStoragePool : CIM_ElementAllocatedFromPool



Description:

AllocatedFromStoragePool is an association describing how LogicalElements are allocated from underlying StoragePools. These elements typically would be subclasses of StorageExtents or StoragePools.

Definition:

Feature Type Class Origin Qualifiers
Antecedent CIM_StoragePool CIM_Dependency
Override Antecedent
Description The StoragePool.
Max 1
Key TRUE
Dependent CIM_LogicalElement CIM_Dependency
Override Dependent
Description The subsidiary element.
Key TRUE
SpaceConsumed uint64 CIM_AllocatedFromStoragePool
Required TRUE
Description 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.
Units Bytes
ModelCorrespondence CIM_StoragePool.TotalManagedSpace, CIM_StoragePool.RemainingManagedSpace
PUnit byte
SpaceLimit uint64 CIM_AllocatedFromStoragePool
Experimental TRUE
Description SpaceLimit is the consumption limit for the allocated storage element from the associated StoragePool. If SpaceLimt is greater than zero, the assumption is that the storage element can grow, (for instance an element representing the storage for a delta replica) If SpaceLimit is greater than zero, SpaceConsumed shall not exceed the value of SpaceLimit. If SpaceLimit = 0 (the default) then no limits are asserted on SpaceConsumed.
Units Bytes
ModelCorrespondence CIM_AllocatedFromStoragePool.SpaceConsumed
PUnit byte
SpaceLimitWarningThreshold uint16 CIM_AllocatedFromStoragePool
Experimental TRUE
Description If the associated storage element may dynamically consume an increasing amount of space and a space limit is enforced on the element, then a non-zero warning threshold percentage indicates when a warning indication should be generated based on SpaceConsumed >= (SpaceLimit*SpaceLimitWarningThreshold)/100.
Units Percentage
MinValue 0
MaxValue 100
ModelCorrespondence CIM_AllocatedFromStoragePool.SpaceConsumed
PUnit percent

Typographical Conventions:

  1. Inherited properties are italicized.
  2. Local properties are bolded.
  3. Key properties are highlighted in gold