Data Protector Object Status Provider Data Source

HP.DataProtector.DS.Object.Status.Provider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource HP.DataProtector.DS.ClientGroup.CumulativeStatus.Provider Default
FilterTypeAndID ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalSecondsint$Config/IntervalSeconds$
SyncTimestring$Config/SyncTime$
WarningThresholdint$Config/WarningThreshold$
ErrorThresholdint$Config/ErrorThreshold$
AcceptFaultyBackupsbool$Config/AcceptFaultyBackups$
RecoveryPointObjectiveint$Config/RecoveryPointObjective$

Source Code:

<DataSourceModuleType ID="HP.DataProtector.DS.Object.Status.Provider" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="0" name="SyncTime" type="xsd:string"/>
<xsd:element minOccurs="1" name="ObjectId" type="xsd:string"/>
<xsd:element minOccurs="1" name="WarningThreshold" type="xsd:integer"/>
<xsd:element minOccurs="1" name="ErrorThreshold" type="xsd:integer"/>
<xsd:element minOccurs="1" name="AcceptFaultyBackups" type="xsd:boolean"/>
<xsd:element minOccurs="0" name="RecoveryPointObjective" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="WarningThreshold" Selector="$Config/WarningThreshold$" ParameterType="int"/>
<OverrideableParameter ID="ErrorThreshold" Selector="$Config/ErrorThreshold$" ParameterType="int"/>
<OverrideableParameter ID="AcceptFaultyBackups" Selector="$Config/AcceptFaultyBackups$" ParameterType="bool"/>
<OverrideableParameter ID="RecoveryPointObjective" Selector="$Config/RecoveryPointObjective$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="HP.DataProtector.DS.ClientGroup.CumulativeStatus.Provider">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<WarningThreshold>$Config/WarningThreshold$</WarningThreshold>
<ErrorThreshold>$Config/ErrorThreshold$</ErrorThreshold>
<AcceptFaultyBackups>$Config/AcceptFaultyBackups$</AcceptFaultyBackups>
<RecoveryPointObjective>$Config/RecoveryPointObjective$</RecoveryPointObjective>
</DataSource>
<ConditionDetection ID="FilterTypeAndID" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='TypeOf']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Object</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='UID']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/ObjectId$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="FilterTypeAndID">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>