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

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

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

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3809d2a-f1c3-ecd0-753d-2bd66c629002

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
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 
SMLunID  string  LUN ID 가상 컴퓨터 호스트 디스크의 LUN ID false 2147483647  False 
AvailableCapacity  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(bytes)"/>
<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"/>
<Property ID="SMLunID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Used to disambiguate remote storage"/>
<Property ID="AvailableCapacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Available Capacity (bytes)"/>
</ClassType>