Class CIM_BasedOn
extends CIM_AbstractBasedOn

BasedOn is an association describing how StorageExtents can be assembled from lower level Extents. For example, ProtectedSpaceExtents are parts of PhysicalExtents, while VolumeSets are assembled from one or more Physical or ProtectedSpaceExtents. As another example, CacheMemory can be defined independently and realized in a PhysicalElement or can be 'based on' Volatile or NonVolatileStorageExtents.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_Dependency
   |
   +--CIM_AbstractBasedOn
   |
   +--CIM_BasedOn

Direct Known Subclasses

CIM_AggregatePSExtentBasedOnAggregatePExtent
CIM_AggregatePSExtentBasedOnPExtent
CIM_CompositeExtentBasedOn
CIM_DiskPartitionBasedOnVolume
CIM_LogicalDiskBasedOnExtent
CIM_ProtectedExtentBasedOn
CIM_PSExtentBasedOnPExtent
CIM_TapePartitionOnSurface
CIM_VolumeSetBasedOnPSExtent

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringBasedOn is an association describing how StorageExtents can be assembled from lower level Extents. For example, ProtectedSpaceExtents are parts of PhysicalExtents, while VolumeSets are assembled from one or more Physical or ProtectedSpaceExtents. As another example, CacheMemory can be defined independently and realized in a PhysicalElement or can be 'based on' Volatile or NonVolatileStorageExtents.
UMLPackagePathstringCIM::Core::StorageExtent
Versionstring2.28.0

Class Properties

Association References

NameClass OriginReference ClassQualifiers
NameData TypeValue
AntecedentCIM_BasedOnCIM_StorageExtent
DescriptionstringThe lower level StorageExtent.
Keybooleantrue
OverridestringAntecedent
DependentCIM_BasedOnCIM_StorageExtent
DescriptionstringThe higher level StorageExtent.
Keybooleantrue
OverridestringDependent

Inherited Properties

NameData TypeClass Origin
EndingAddressuint64CIM_AbstractBasedOn
OrderIndexuint16CIM_AbstractBasedOn
StartingAddressuint64CIM_AbstractBasedOn

Class Methods