Microsoft.SystemCenter.DataProtectionManager.2011.Library.ProtectionGroupProtection Group

Microsoft.SystemCenter.DataProtectionManager.2011.Library.ProtectionGroup (ClassType)

Protection group

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda4b0f308-5f9c-e390-3150-843547d831a6

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.SystemCenter.DataProtectionManager.2011.Library.ProtectionGroup:
DPMObjectID  string  Protection group id Protection group id true 256  False 
PGName  string  Protection group name Protection group name false 256  False 
DPMServerName  string  DPM server DPM server false 256  False 
ProtectionType  string  Protection type Protection type false 256  False 
IsCollocated  bool  Collocated Collocated false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.DataProtectionManager.2011.Library.ProtectionGroup" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="DPMObjectID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PGName" 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="ProtectionType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsCollocated" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>