Huawei.ISM.Management.Pack.huawei.Class.LunGroupLunGroup Class

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId6ae14ace-a473-f34b-8a7f-bf81fa127927

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.LunGroup:
lunGroupID  int  ID true 256       
lunGroupName  string  Name false 256  False     
LUNList  string  LUN List false 256  False     
ip  string  Device IP Address false 256  True     
oid  string  OID false 256  True     
oidIndex  string  Index false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.LunGroup" Base="Windows!Microsoft.Windows.ApplicationComponent" 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="lunGroupID" Key="true" Type="int"/>
<Property ID="lunGroupName" Key="false" Type="string"/>
<Property ID="LUNList" Key="false" Type="string"/>
<Property ID="ip" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="oid" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="oidIndex" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>