IBM.Storage.A9000R.MappingHost Mapping

IBM.Storage.A9000R.Mapping (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8a600148-8f51-ef59-0910-fa159ddf2bbe

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.A9000R.Mapping:
system_name  string  System Name false 256  True 
id  string  Mapping ID true 256  True 
lun  string  LUN false 32  False 
locked  string  Locked false 32  False 
master  string  Master false 32  False 
wwn  string  WWN false 256  False 
size  string  Size (GB) false 32  False 
volume  string  Volume false 256  True 

Health Model:

Source Code:

<ClassType ID="IBM.Storage.A9000R.Mapping" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="system_name" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="id" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="lun" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="locked" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="master" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="wwn" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="size" Type="string" Key="false" CaseSensitive="false" Length="32" MinLength="0"/>
<Property ID="volume" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>