MemoryCapacity describes the type of Memory that can be installed on a PhysicalElement and its minimum/maximum configurations. Information on what memory is currently 'installed', versus an Element's min/max requirements, is located in instances of the PhysicalMemory class. | Qualifiers:Version ( "2.9.0" ) | Parameters (local in grey) | | ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , "12" , "13" , "14" , "15" , "16" , "17" , "18" , "19" , "20" , "21" } Values { "Unknown" , "Other" , "DRAM" , "Synchronous DRAM" , "Cache DRAM" , "EDO" , "EDRAM" , "VRAM" , "SRAM" , "RAM" , "ROM" , "Flash" , "EEPROM" , "FEPROM" , "EPROM" , "CDRAM" , "3DRAM" , "SDRAM" , "SGRAM" , "RDRAM" , "DDR" , "DDR2" } Key ModelCorrespondence { "CIM_PhysicalMemory.MemoryType" } uint16 MemoryType ; The type of memory. This is a part of the object key. Values correspond to the list of possible memory types in the PhysicalMemory class. | Units ( "KiloBytes" ) uint64 MinimumMemoryCapacity ; Minimum amount of memory, in Kbytes, that is needed for the associated PhysicalElement to operate correctly. | Units ( "KiloBytes" ) uint64 MaximumMemoryCapacity ; Maximum amount of memory, in Kbytes, that can be supported by the associated PhysicalElement. | Key Override ( "Name" ) string Name ; The inherited Name serves as a part of the MemoryCapacity object key. | string ElementName ; A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. | MaxLen ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) of the object. | string Description ; The Description property provides a textual description of the object. |
| | | | |
|