Microsoft.Windows.SystemCenterDPM.DiskDisk

Microsoft.Windows.SystemCenterDPM.Disk (ClassType)

A disk that is part of DPM storage pool and is specified to store the replica and recovery points for a protection group member.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId561307b3-dcaa-3b48-0299-6485ccbf1282

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 
Microsoft.Windows.SystemCenterDPM.Disk:
DiskSize  string  Total capacity false 256  False 
AllocatedSize  string  Used space false 256  False 
UnallocatedSize  string  Unallocated space false 256  False 
PercentAllocated  string  \% Allocated false 256  False 
PercentUnallocated  string  \% Unallocated false 256  False 
DiskType  string  Disk type false 256  False 
DPMServerName  string  DPM server name false 256  False 
DiskName  string  Disk name false 256  False 
DiskId  string  Disk Id true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SystemCenterDPM.Disk" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="DiskSize" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AllocatedSize" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UnallocatedSize" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PercentAllocated" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PercentUnallocated" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiskType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DPMServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiskName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DiskId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>