Huawei.ISM.Management.Pack.huawei.Class.StoragePoolHuawei Pool Class

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

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIddaee207f-cd26-1829-7366-f50df5e09890

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.StoragePool:
id  int  ID true 256       
poolName  string  Storage Pool Name false 256  False     
poolDiskDomainID  string  Disk Domain ID false 256  False     
poolDiskDomainName  string  Disk Domain Name false 256  False     
poolHealthStatus  string  Health Status false 256  False     
poolRunningStatus  string  Running Status false 256  False     
poolTotalCapacity  string  Total Capacity false 256  False     
poolSubscribedCapacity  string  Capacity Allocated false 256  False     
poolFreeCapacity  string  Free Capacity false 256  False     
poolProtectionCapacity  string  Protection Capacity false 256  False     
poolTier0Capacity  string  Tier0 Capacity false 256  False     
poolTier1Capacity  string  Tier1 Capacity false 256  False     
poolTier2Capacity  string  Tier2 Capacity false 256  False     
poolRelocationTriggerMode  string  Migration Trigger Mode false 256  False     
oid  string  OID false 256  True     
oidIndex  string  Index false 256  True     

Health Model:

Source Code:

<ClassType ID="Huawei.ISM.Management.Pack.huawei.Class.StoragePool" 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="poolName" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolDiskDomainID" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolDiskDomainName" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolHealthStatus" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolRunningStatus" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolTotalCapacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolSubscribedCapacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolFreeCapacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolProtectionCapacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolTier0Capacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolTier1Capacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolTier2Capacity" Key="false" Type="string" CaseSensitive="false"/>
<Property ID="poolRelocationTriggerMode" Key="false" Type="string" CaseSensitive="false"/>
<!--Property ID="poolFullThreshold" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolExtentSize" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolSmartTierFeatureStatus" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolRelocationStatus" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolRelocationPaused" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolEstimatedMoveUpData" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolEstimatedMoveDownData" Key="false" Type="string" CaseSensitive="false" />
<Property ID="poolEstimatedDataRelocationDuration" Key="false" Type="string" CaseSensitive="false" /-->
<Property ID="oid" Key="false" Type="string" CaseSensitive="true"/>
<Property ID="oidIndex" Key="false" Type="string" CaseSensitive="true"/>
</ClassType>