Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk가상 컴퓨터 호스트 디스크(추상)

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

이 추상 유형은 가상 컴퓨터 호스트 디스크의 기본 유형입니다.

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId64ca4b5c-397a-b761-a036-fbad3739474e

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.VMHostDisk:
ID  string  ID 가상 컴퓨터 호스트 디스크 식별자 true 2147483647  False     
Capacity  string  용량 가상 컴퓨터 호스트 디스크 용량 false 2147483647  False     
IsClustered  bool  클러스터됨 가상 컴퓨터 호스트 디스크가 클러스터됩니다. false 256       
IsSanAttached  bool  San 연결됨 가상 컴퓨터 호스트 디스크가 San 연결됩니다. false 256       
IsPassThroughCapable  bool  통과 가능 가상 컴퓨터 호스트 디스크가 통과 가능합니다. false 256       
DiskID  string  디스크 ID 가상 컴퓨터 호스트 디스크의 디스크 ID false 2147483647  False     
Location  string  위치 가상 컴퓨터 호스트 디스크 위치 false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Identificator"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Capacity"/>
<Property ID="IsClustered" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Clustered"/>
<Property ID="IsSanAttached" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is San Attached"/>
<Property ID="IsPassThroughCapable" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Pass Through Capable"/>
<Property ID="DiskID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Disk ID"/>
<Property ID="Location" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Location"/>
</ClassType>