Microsoft.SystemCenter.VirtualMachineManager.StoragePoolLagringspool

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

Den här abstrakta typen är bastypen för alla VMM-lagringspooler

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Tillgångsstatus Tillgångsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anteckningar Anteckningar false 4000       
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  Objekt-ID för VMM true 256  False     
Classification  string  Lagringsklassificering false 256  False     
StorageArray  string  Lagringsarray false 256  False     
HostGroups  string  HostGroups false 65535  False     
TotalCapacity  string  Total kapacitet false 256  False     
UsedCapacity  string  Använd kapacitet false 256  False     
UsageDescription  string  Användningsbeskrivning 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>