NetAppSANtricity.StoragePoolNetApp SANtricity StoragePool

NetAppSANtricity.StoragePool (ClassType)

Element properties:

Base ClassSystem.Chassis.Storage
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId28c4ba58-9bf7-21ab-afcc-0bf211855358

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       
NetAppSANtricity.StoragePool:
wwn  string  World Wide Name true 256  False     
raidStatus  string  RAID Status false 256  False     
state  string  State false 256  False     
offline  bool  Offline false 256       
raidLevel  string  RAID Level false 256  False     
usedSpace  string  Used Space false 256  False     
totalRaidedSpace  string  Total Allocated Space false 256  False     
freeSpace  string  Free Space false 256  False     
storageArrayName  string  Storage Array Name false 256  False     
storageArrayWwn  string  Storage Array WWN false 256  False     
volumeGroupRef  string  Volume Group Reference false 256  False     
managingSystem  string  The name of the hosting agent false 256  False     

Health Model:

Source Code:

<ClassType ID="NetAppSANtricity.StoragePool" Base="SystemHardwareLibrary!System.Chassis.Storage" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="wwn" Type="string" Key="true"/>
<Property ID="raidStatus" Type="string"/>
<Property ID="state" Type="string"/>
<Property ID="offline" Type="bool"/>
<Property ID="raidLevel" Type="string"/>
<Property ID="usedSpace" Type="string"/>
<Property ID="totalRaidedSpace" Type="string"/>
<Property ID="freeSpace" Type="string"/>
<Property ID="storageArrayName" Type="string"/>
<Property ID="storageArrayWwn" Type="string"/>
<Property ID="volumeGroupRef" Type="string"/>
<Property ID="managingSystem" Type="string"/>
</ClassType>