Microsoft.SystemCenter.VirtualMachineManager.StoragePoolDepolama Havuzu

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

Bu soyut tür, tüm VMM depolama havuzları için temel türdür

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdae586cf5-8965-6762-b464-0c8024ce0678

Class Hierarchy:

Class Properties:

Property Name Type Display Name (TRK) Description (TRK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Nesne Durumu Nesne durumu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Varlık Durumu Varlık durumu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notlar Notlar false 4000       
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  VMM Nesne Kimliği true 256  False     
Classification  string  Depolama Sınıflandırması false 256  False     
StorageArray  string  Depolama Dizisi false 256  False     
HostGroups  string  HostGroups false 65535  False     
TotalCapacity  string  Toplam Kapasite false 256  False     
UsedCapacity  string  Kullanılan Kapasite false 256  False     
UsageDescription  string  Kullanım Açıklaması 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>