Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePoolStorage Pool (abstract)

Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool (ClassType)

This abstract type is the base type for Storage Pool

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId72767777-eb48-a6b6-445a-f1819504c21d

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       
Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool:
ID  string  ID Storage Pool Identificator true 2147483647  False     
Description  string  Description Storage Pool Description false 2147483647  False     
Primordial  string  Primordial Storage Pool Primordial false 2147483647  False     
TotalManagedSpace  string  Total Managed Space Storage Pool Total Managed Space false 2147483647  False     
ProvisioningTypeDefault  string  Provisioning Type Default Storage Pool Provisioning Type Default false 2147483647  False     
SupportedProvisioningTypes  string  Supported Provisioning Types Storage Pool SupportedProvisioningTypes false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Description"/>
<Property ID="Primordial" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Primordial"/>
<Property ID="TotalManagedSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Total Managed Space"/>
<Property ID="ProvisioningTypeDefault" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Provisioning Type Default"/>
<Property ID="SupportedProvisioningTypes" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Supported Provisioning Types"/>
</ClassType>