Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk.Base(抽象) クラスター ディスク

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

フェールオーバー クラスター上のクラスター ディスク (Windows Server 2008 以上)。クラスター ディスクにはすべてのクラスター ノードが同時にアクセスでき、自動 FSMO モードで管理されます。

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6a638c6b-399b-c432-2278-8b933f656a56

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.Server.ClusterDisksMonitoring.ClusterDisk.Base:
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.Base" Accessibility="Public" Abstract="true" 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>