EMC.SI.ISCSIStoragePortDELLEMC Enterprise SI iSCSI Storage Port

EMC.SI.ISCSIStoragePort (ClassType)

iSCSI Storage Port

Knowledge Base article:

Summary

This class represents the iSCSI storage port for an DELLEMC physical storage device.

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.StoragePort
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId17c9dd01-3562-443a-ff11-19f9a827ba3e

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 
EMC.SI.ISCSIStoragePort:
ISCSIStoragePortId  string  Id true 256  False 
Iqn  string  Iqn false 256  False 
IpAddress  string  Ip Address false 256  False 
Port  int  Port false 256   
InitiatorAuthentication  string  Initiator Authentication false 256  False 

Health Model:

Source Code:

<ClassType ID="EMC.SI.ISCSIStoragePort" Accessibility="Public" Abstract="false" Base="EMC.SI.StoragePort" Hosted="true" Singleton="false">
<Property ID="ISCSIStoragePortId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="Iqn" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IpAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Port" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InitiatorAuthentication" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>