Microsoft.SystemCenter.VirtualMachineManager.StoragePool存储池

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

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

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  VMM 对象 Id true 256  False     
Classification  string  存储分类 false 256  False     
StorageArray  string  存储阵列 false 256  False     
HostGroups  string  主机组 false 65535  False     
TotalCapacity  string  总容量 false 256  False     
UsedCapacity  string  已用容量 false 256  False     
UsageDescription  string  使用说明 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" MaxLength="65535"/>
<Property ID="TotalCapacity" Type="string" Key="false"/>
<Property ID="UsedCapacity" Type="string" Key="false"/>
<Property ID="UsageDescription" Type="string" Key="false" MaxLength="65535"/>
</ClassType>