EMC.SI.StorageDeviceDELLEMC Enterprise SI Storage Device

EMC.SI.StorageDevice (ClassType)

Base Class for Storage Devices

Knowledge Base article:

Summary

This is the base class for all DELLEMC storage system component classes.

Additional

All classes that represent physical and logical components of DELLEMC storage systems are derived from this class.

For additional information, refer to the DELLEMC Enterprise Storage Integrator for Windows Suite Technical Notes or Online Help.

External

For more information or technical support, refer to DELLEMC Online Support at support.emc.com.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd8657615-24f5-5a45-24d8-05d1d266b1e6

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 
EMC.SI.StorageDevice:
DescriptiveId  string  Details false 256  False 
FriendlyClassName  string  Class Name false 256  False 
PhysicalPath  string  Physical Path provides information about entity physical location within storage system false 256  False 
DebugLevel  int  Trace Level false 256   

Health Model:

Source Code:

<ClassType ID="EMC.SI.StorageDevice" Accessibility="Public" Abstract="true" Base="System!System.Device" Hosted="false" Singleton="false">
<Property ID="DescriptiveId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FriendlyClassName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PhysicalPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DebugLevel" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>