Hitachi.Storage.ControllerController

Hitachi.Storage.Controller (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf3d10766-250d-0d6d-b57e-52b73372f36f

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 
Hitachi.Storage.Controller:
ObjectID  string  Object ID Object ID true 256  False 
Subsystem  string  Subsystem Subsystem false 256  False 
Controller  int  Controller Controller false   
StatusDesc  string  Status Status false 256  False 
ControllerIP  string  Controller IP Controller IP false 256  False 
NumberOfPort  int  Port Count Port Count false   
ConnectorID  string  Connector ID Connector ID false 32  False 

Health Model:

Source Code:

<ClassType ID="Hitachi.Storage.Controller" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="ObjectID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Subsystem" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Controller" Type="int" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="StatusDesc" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ControllerIP" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NumberOfPort" Type="int" Key="false" CaseSensitive="false" Length="8" MinLength="0"/>
<Property ID="ConnectorID" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
</ClassType>