SCUtils.MGE.UPS.Device.Matcher.ProveAction.MT (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.SnmpData
OutputTypeSystem.SnmpData

Overrideable Parameters:

IDParameterTypeSelector
Indexstring$Config/Index$
OIDstring$Config/OID$
Walkbool$Config/Walk$

Source Code:

<ProbeActionModuleType ID="SCUtils.MGE.UPS.Device.Matcher.ProveAction.MT" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Index" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Walk" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Index" ParameterType="string" Selector="$Config/Index$"/>
<OverrideableParameter ID="OID" ParameterType="string" Selector="$Config/OID$"/>
<OverrideableParameter ID="Walk" ParameterType="bool" Selector="$Config/Walk$"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Res.SCUtils.MGE.UPS.Library</Assembly>
<Type>SCUtils.MGE.UPS.Library.Matcher</Type>
</Managed>
</ModuleImplementation>
<OutputType>SSL!System.SnmpData</OutputType>
<InputType>SSL!System.SnmpData</InputType>
</ProbeActionModuleType>