VKernel.CapacityAnalyzer.ClusterSharedVolumeCluster Shared Volume

VKernel.CapacityAnalyzer.ClusterSharedVolume (ClassType)

Cluster Shared Volume in a Microsoft Failover Cluster

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId4ac38eec-3b40-8acd-bc2a-0349928d560a

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
VKernel.CapacityAnalyzer.ClusterSharedVolume:
Name  string      true 256  False 
DiskName  string      false 256  False 
FileSystem  string      false 256  False 
VolumeGuid  string      false 256  False 
VolumeLabel  string      false 256  False 
Size  string  Size (MB) Size in megabytes false 256  False 
PerfInstance  string  PerfInstance Windows performance counter name for this CSV false 256  False 

Health Model:

Source Code:

<ClassType ID="VKernel.CapacityAnalyzer.ClusterSharedVolume" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiskName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FileSystem" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VolumeGuid" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VolumeLabel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Size" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PerfInstance" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>