Index | Tree | ||
Subclasses | Referenced By | Properties | Methods |
Superclasses
Subclasses
IBMTSESS_RealizesExtentReferenced By
none
Description
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.Properties
Id Type Range Description Keys Antecedent CIM_PhysicalComponent - The PhysicalComponent on which the Extent is realized. Dependent CIM_StorageExtent - The StorageExtent that is located on the Component. Read only StartingAddress uint64 - The 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.