Microsoft.SystemCenter.VirtualMachineManager.StoragePoolStorage Pool

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

This abstract type is the base type for all VMM storage pools

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId026f568d-22ca-081b-de42-9f85471331af

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 
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  VMM Object Id true 256  False 
Classification  string  Storage Classification false 256  False 
StorageArray  string  Storage Array false 256  False 
HostGroups  string  HostGroups false 65535  False 
TotalCapacity  string  Total Capacity false 256  False 
UsedCapacity  string  Capacity Used false 256  False 
UsageDescription  string  Usage Description false 65535  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.StoragePool" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="Classification" Type="string" Key="false"/>
<Property ID="StorageArray" Type="string" Key="false"/>
<Property ID="HostGroups" Type="string" Key="false" Length="65535"/>
<Property ID="TotalCapacity" Type="string" Key="false"/>
<Property ID="UsedCapacity" Type="string" Key="false"/>
<Property ID="UsageDescription" Type="string" Key="false" Length="65535"/>
</ClassType>