Huawei.ISM.Management.Pack.huawei.Class.LUNLUN Class

Huawei.ISM.Management.Pack.huawei.Class.LUN (ClassType)

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId94807cdc-38c6-066a-fded-2cc4ce0e84e3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Huawei.ISM.Management.Pack.huawei.Class.LUN:
id  int  ID true 256       
name  string  LUN Name false 256  True     
wwn  string  WWN false 256  True     
capacity  string  Capacity false 256  True     
status  string  Health Status false 256  True     
ip  string  Device IP Address false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.LUN" Base="System!System.LogicalHardware" Accessibility="Internal" Abstract="false" Hosted="true" Singleton="false">
<!-- Inside this section, you can add and remove properties as needed.
More information can be found in the Management Pack Development Kit:
http://msdn.microsoft.com/en-us/library/ee533714.aspx -->
<Property ID="id" Key="true" Type="int" CaseSensitive="false"/>
<Property ID="name" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="wwn" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="capacity" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="status" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="ip" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>