Microsoft.Windows.SystemCenterDPM2010.ClientAutoDeployment.DPMServerDPM Server

Microsoft.Windows.SystemCenterDPM2010.ClientAutoDeployment.DPMServer (ClassType)

DPM server

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIdc4622bc7-ee20-8c7d-72ac-3800ba74aed0

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.SystemCenterDPM2010.ClientAutoDeployment.DPMServer:
DPMServerName  string  DPM server name DPM server name true 256  False 
DPMVersion  string  DPM version DPM version false 256  False 
AssignedClientStartTime  datetime  Client assignment start time Client assignment start time false 256   
AssignedClientEndTime  datetime  Client assignment end time Client assignment end time false 256   
ProtectedClientDiscoveryTime  datetime  Protected clients discovery time Protected clients discovery time false 256   
AvailableCapacity  int  Available capacity Available capacity false 256   
IsIncluded  bool  Is DPM included Is DPM included false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SystemCenterDPM2010.ClientAutoDeployment.DPMServer" Accessibility="Internal" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="DPMServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DPMVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AssignedClientStartTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AssignedClientEndTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProtectedClientDiscoveryTime" Type="datetime" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AvailableCapacity" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsIncluded" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>