EMC.SI.StoragePortDELLEMC Enterprise SI Storage Port

EMC.SI.StoragePort (ClassType)

Base class for all port classes.

Element properties:

Base ClassEMC.SI.StorageDevice
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1ac566a2-af82-ec20-90c4-1360812f0a14

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.StoragePort:
ServiceNodeId  string  Service Node Id false 256  False 
PortId  string  Port Id false 256  False 
Usage  string  Usage false 256  False 
PortLocation  string  Port Location false 256  False 
PortRole  string  Port Role false 256  False 

Health Model:

Source Code:

<ClassType ID="EMC.SI.StoragePort" Accessibility="Public" Abstract="true" Base="EMC.SI.StorageDevice" Hosted="false" Singleton="false">
<Property ID="ServiceNodeId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PortId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Usage" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PortLocation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PortRole" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>