IBM.Storage.Storwize.V7000U.HostMappingHost Mapping

IBM.Storage.Storwize.V7000U.HostMapping (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdaaccf55d-9e24-4f7f-5999-1a11ae95976f

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.Storwize.V7000U.HostMapping:
id  string  ID false 256  False 
name  string  Mapping Name true 256  True 
SCSI_id  string  SCSI ID false 256  False 
vdisk_id  string  Volume ID false 256  False 
vdisk_name  string  Volume Name true 256  True 
vdisk_UID  string  Volume Unique Identifier false 256  False 

Health Model:

Source Code:

<ClassType ID="IBM.Storage.Storwize.V7000U.HostMapping" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="name" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SCSI_id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="vdisk_id" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="vdisk_name" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="vdisk_UID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>