IBM.Storage.SVC.HostMappingHost Mapping

IBM.Storage.SVC.HostMapping (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId81454d30-a1b0-2447-b882-c9f86ab53cdd

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.SVC.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.SVC.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>