Intel.Hardware.ModularServer.StorageSystem.StoragePoolStorage Pool

Intel.Hardware.ModularServer.StorageSystem.StoragePool (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId538ab707-f418-687e-b0a2-d241a6886ffa

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 
Intel.Hardware.ModularServer.StorageSystem.StoragePool:
PoolIndex  string  Pool Index true 256  False 
Alias  string  Alias false 256  False 
OperStatus  string  Operational Status false 256  False 
Operation  string  Operation false 256  False 
PhysicalCapacity  double  Total Physical Space(in GB) false 256   
ConfigCapacity  double  Total Managed Space(in GB) false 256   
FreeCapacity  double  Unallocated Space(in GB) false 256   
ContiguousCapacity  double  Max Contiguous Space(in GB) false 256   
WWN  string  WWN false 256  False 
MediaPatrolEnabled  string  Media Patrol false 256  False 
PDMEnabled  string  Predictive Data Migration false 256  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.StorageSystem.StoragePool" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="PoolIndex" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Alias" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OperStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Operation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PhysicalCapacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConfigCapacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FreeCapacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ContiguousCapacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WWN" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MediaPatrolEnabled" Type="string" Key="false"/>
<Property ID="PDMEnabled" Type="string" Key="false"/>
</ClassType>