Microsoft.SystemCenter.VirtualMachineManager.StoragePoolOpslaggroep

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

Dit type abstract is het basistype voor alle VMM-opslaggroepen

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objectstatus Objectstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Activumstatus Activumstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notities Notities false 4000       
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  VMM-object-id true 256  False     
Classification  string  Opslagclassificatie false 256  False     
StorageArray  string  Opslagmatrix false 256  False     
HostGroups  string  Hostgroepen false 65535  False     
TotalCapacity  string  Totale capaciteit false 256  False     
UsedCapacity  string  Gebruikte capaciteit false 256  False     
UsageDescription  string  Beschrijving van gebruik 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" Length="65535"/>
<Property ID="TotalCapacity" Type="string" Key="false"/>
<Property ID="UsedCapacity" Type="string" Key="false"/>
<Property ID="UsageDescription" Type="string" Key="false" Length="65535"/>
</ClassType>