Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolumeクラスターの共有ボリューム

Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume (ClassType)

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

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId193cbd06-cbe3-e1fa-cb80-2773e7e772c9

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.ClusterSharedVolumeMonitoring.ClusterSharedVolume:
ClusterSharedVolumeName  string  クラスターの共有ボリューム名 クラスターの共有ボリュームの名前 true 256  False 
FriendlyVolumeName  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.ClusterSharedVolumeMonitoring.ClusterSharedVolume" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ClusterSharedVolumeName" Type="string" Key="true"/>
<Property ID="FriendlyVolumeName" 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>