Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool存储池(抽象)

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

此抽象类型是存储池的基本类型

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId19e8fd14-3100-f0a6-a069-523ae109bbf8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool:
ID  string  ID 存储池标识符 true 2147483647  False 
Description  string  描述 存储池描述 false 2147483647  False 
Primordial  string  原始 原始存储池 false 2147483647  False 
TotalManagedSpace  string  总托管空间 存储池总托管空间 false 2147483647  False 
ProvisioningTypeDefault  string  设置类型默认值 存储池设置类型默认值 false 2147483647  False 
SupportedProvisioningTypes  string  受支持的设置类型 存储池 SupportedProvisioningTypes false 2147483647  False 
StorageClassification  string  存储分类 存储池存储分类 false 2147483647  False 
OverProvisionPercent  int  OverProvision 百分比 存储池 OverProvision 百分比 false 2147483647   

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 Identifier"/>
<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"/>
<Property ID="StorageClassification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Storage Classification"/>
<Property ID="OverProvisionPercent" Key="false" Type="int" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Overprovision Percentage"/>
</ClassType>