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 (KOR) Description (KOR) 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  WMM 개체 ID true 256  False     
Classification  string  저장소 분류 false 256  False     
StorageArray  string  스토리지 배열 false 256  False     
HostGroups  string  HostGroups 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>