Microsoft.SystemCenter.VirtualMachineManager.StoragePoolGrupo de almacenamiento

Microsoft.SystemCenter.VirtualMachineManager.StoragePool (ClassType)

Este tipo abstracto es el tipo base para todos los bloques de almacenamiento de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.StoragePool:
VMMId  string  Id. de objeto de VMM true 256  False     
Classification  string  Clasificación de almacenamiento false 256  False     
StorageArray  string  Matriz de almacenamiento false 256  False     
HostGroups  string  Grupos de hosts false 65535  False     
TotalCapacity  string  Capacidad total false 256  False     
UsedCapacity  string  Capacidad usada false 256  False     
UsageDescription  string  Descripción del uso 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>