IBM.Storage.XIV.MappingHost Mapping

IBM.Storage.XIV.Mapping (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId19ea8e3b-2142-814d-b8e2-1a7fadc01f7d

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.XIV.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 
serial  string  Serial Number false 256  False 
size  string  Size (GB) false 32  False 
volume  string  Volume false 256  True 

Health Model:

Source Code:

<ClassType ID="IBM.Storage.XIV.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="serial" 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>