EMC.SI.StoragePoolDELLEMC Enterprise SI Storage Pool

EMC.SI.StoragePool (ClassType)

Storage Pool

Knowledge Base article:

Summary

This class represents storage pools created for DELLEMC storage systems.

Additional

For additional information, refer to the DELLEMC Enterprise Storage Integrator for Windows Suite Technical Notes or Online Help.

External

For more information or technical support, refer to DELLEMC Online Support at support.emc.com.

Element properties:

Base ClassEMC.SI.StorageDevice
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde073464f-08c9-0f5f-2d3b-af8ed6be0f01

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 
EMC.SI.StorageDevice:
DescriptiveId  string  Details false 256  False 
FriendlyClassName  string  Class Name false 256  False 
PhysicalPath  string  Physical Path provides information about entity physical location within storage system false 256  False 
DebugLevel  int  Trace Level false 256   
EMC.SI.StoragePool:
StoragePoolId  string  Storage Pool Id true 256  False 
UserDefinedName  string  User Defined Name false 256  False 
Description  string  Description false 256  False 
RaidType  string  RAID Type false 256  False 
SupportsThinProvisioning  string  Supports Thin Provisioning false 256  False 
SupportsThickProvisioning  string  Supports Thick Provisioning false 256  False 
CanProvision  string  Can Provision false 256  False 
TotalCapacity  string  Total Capacity false 256  False 

Health Model:

Source Code:

<ClassType ID="EMC.SI.StoragePool" Accessibility="Public" Abstract="false" Base="EMC.SI.StorageDevice" Hosted="true" Singleton="false">
<Property ID="StoragePoolId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="UserDefinedName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RaidType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SupportsThinProvisioning" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SupportsThickProvisioning" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="CanProvision" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="TotalCapacity" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>