EMC.SI.DiskDriveDELLEMC Enterprise SI Disk Drive

EMC.SI.DiskDrive (ClassType)

Disk Drive

Knowledge Base article:

Summary

This class represents the disk drives that are physically connected to DELLEMC storage systems and managed by DELLEMC Enterprise Storage Integrator for Windows.

Additional

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 ClassEMC.SI.StorageDevice
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId29cb6305-68e6-2b86-f257-999b681b92ff

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   
EMC.SI.DiskDrive:
DiskDriveId  string  Id true 256  False 
DiskId  string  Disk Id false 256  False 
SerialNumber  string  Serial Number false 256  False 
VendorId  string  Vendor Id false 256  False 
ProductId  string  Product Id false 256  False 
Type  string  Type false 256  False 
Capacity  string  Capacity false 256  False 

Health Model:

Source Code:

<ClassType ID="EMC.SI.DiskDrive" Accessibility="Public" Abstract="false" Base="EMC.SI.StorageDevice" Hosted="true" Singleton="false">
<Property ID="DiskDriveId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="DiskId" 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="VendorId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProductId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Capacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>