Dell.Server.MemoryUnitDell Server Memory

Dell.Server.MemoryUnit (ClassType)

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8c60bfd7-b5e0-db2e-3868-4412c9a53286

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Dell.Server.MemoryUnit:
ID  string  Instance ID Unique Identifier for this MemoryUnit object true 256  False 
MemoryType  string  Memory Type Type of Memory false 256  False 
Capacity  string  Capacity Size of Memory (MB, GB, TB) false 256  False 
Speed  string  Speed Memory Module Speed false 256  False 
Model  string  Model Model of Memory Module false 256  False 
Manufacturer  string  Manufacturer Manufacturer of Memory Module false 256  False 
SerialNumber  string  Serial Number Serial Number of Memory Module false 256  False 
PartNumber  string  Part Number Part Number of Memory Module false 256  False 
BankLabel  string  Bank Label Bank Label false 256  False 
ManufactureDate  string  Manufacture Date Manufacture Date false 256  False 
Rank  string  Rank Memory DIMM Rank false 256  False 

Health Model:

Source Code:

<ClassType ID="Dell.Server.MemoryUnit" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemoryType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Capacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Model" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PartNumber" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BankLabel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ManufactureDate" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Rank" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>