Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool저장소 풀(추상)

Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool (ClassType)

이 추상 유형은 저장소 풀의 기본 유형입니다.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId72767777-eb48-a6b6-445a-f1819504c21d

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.Storage.StoragePool:
ID  string  ID 저장소 풀 식별자 true 2147483647  False     
Description  string  설명 저장소 풀 설명 false 2147483647  False     
Primordial  string  원시 원시 저장소 풀 false 2147483647  False     
TotalManagedSpace  string  전체 관리 공간 저장소 풀의 전체 관리 공간 false 2147483647  False     
ProvisioningTypeDefault  string  프로비전 유형 기본값 저장소 풀 프로비전 유형 기본값 false 2147483647  False     
SupportedProvisioningTypes  string  지원되는 프로비전 유형 저장소 풀의 지원되는 프로비전 유형 false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.StoragePool" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Description"/>
<Property ID="Primordial" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Primordial"/>
<Property ID="TotalManagedSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Total Managed Space"/>
<Property ID="ProvisioningTypeDefault" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Provisioning Type Default"/>
<Property ID="SupportedProvisioningTypes" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Storage Pool Supported Provisioning Types"/>
</ClassType>