Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk클러스터 디스크

Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk (ClassType)

장애 조치(failover) 클러스터의 클러스터 디스크(Windows Server 2008 이상)입니다. 클러스터 디스크는 모든 클러스터 노드에 동시에 액세스할 수 있으며 자동화된 FSMO 모드에서 관리됩니다.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId10f38c20-64e5-06ea-6e54-a18c9226e0a3

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.Windows.Server.ClusterDisksMonitoring.ClusterDisk:
ClusterResourceName  string  클러스터 리소스 이름 클러스터 디스크의 클러스터 리소스 이름 true 256  False 
ClusterDiskName  string  클러스터 디스크 이름 클러스터 디스크의 이름 false 256  False 
PartitionName  string  파티션 이름 클러스터 디스크의 파티션 이름 false 256  False 
PartitionFileSystem  string  파티션 파일 시스템 클러스터 디스크의 파티션 파일 시스템 false 256  False 
PartitionSize  int  파티션 크기 클러스터 디스크의 파티션 크기 false 256   
ClusterName  string  클러스터 이름 클러스터 이름 false 256  False 
VolumeLabel  string  볼륨 레이블 클러스터 디스크의 볼륨 이름 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterResourceName" Type="string" Key="true"/>
<Property ID="ClusterDiskName" Type="string"/>
<Property ID="PartitionName" Type="string"/>
<Property ID="PartitionFileSystem" Type="string"/>
<Property ID="PartitionSize" Type="int"/>
<Property ID="ClusterName" Type="string"/>
<Property ID="VolumeLabel" Type="string"/>
</ClassType>