IBM.Storage.DS8K.HostPortHost Port

IBM.Storage.DS8K.HostPort (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddcda56ed-0629-1fca-6704-d17ceac7a750

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 
IBM.Storage.DS8K.HostPort:
instance_id  string  Host Port ID true 64  False 
client_type  string  Client Type false 64  False 
storage_id  string  WWPN false 256  False 
currently_authenticated  string  Authenticated false 32  False 
element_name  string  Element Name false 256  False 
scom_status  string  SCOM Status false 32  False 

Health Model:

Source Code:

<ClassType ID="IBM.Storage.DS8K.HostPort" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="instance_id" Type="string" Key="true" CaseSensitive="false" Length="64" MinLength="0"/>
<Property ID="client_type" Type="string" Key="false" CaseSensitive="false" Length="64" MinLength="0"/>
<Property ID="storage_id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="currently_authenticated" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="element_name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="scom_status" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
</ClassType>