Class CIM_RealizesExtent
extends CIM_Realizes

StorageExtents can be realized by PhysicalComponents. For example, disks or tapes are realized by PhysicalMedia. Memory is realized by PhysicalMemory. This relationship of Extents to PhysicalComponents is made explicit by the RealizesExtent association. In addition, the StartingAddress of the StorageExtent on the Component is specified here.

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


Class Hierarchy

CIM_Dependency
   |
   +--CIM_Realizes
   |
   +--CIM_RealizesExtent

Direct Known Subclasses

CIM_RealizedOnSide
CIM_RealizesAggregatePExtent
CIM_RealizesDiskPartition
CIM_RealizesPExtent
CIM_RealizesTapePartition

Class Qualifiers

NameData TypeValue
Associationbooleantrue
DescriptionstringStorageExtents can be realized by PhysicalComponents. For example, disks or tapes are realized by PhysicalMedia. Memory is realized by PhysicalMemory. This relationship of Extents to PhysicalComponents is made explicit by the RealizesExtent association. In addition, the StartingAddress of the StorageExtent on the Component is specified here.
UMLPackagePathstringCIM::Device::StorageExtents
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
StartingAddressuint64
DescriptionstringThe starting address on the PhysicalComponent where the StorageExtent begins. Ending address of the StorageExtent is determined using the NumberOfBlocks and Block Size properties of the StorageExtent object.

Association References

NameClass OriginReference Class
AntecedentCIM_RealizesExtentCIM_PhysicalComponent
DependentCIM_RealizesExtentCIM_StorageExtent

Class Methods