System.SnmpScanProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.SnmpData

Source Code:

<ProbeActionModuleType ID="System.SnmpScanProbe" Accessibility="Public">
<Configuration>
<xsd:element name="IPStart" type="xsd:string"/>
<xsd:element name="IPEnd" type="xsd:string"/>
<xsd:element name="CommunityString" type="xsd:string"/>
<xsd:element name="Timeout" type="xsd:unsignedInt"/>
<xsd:element minOccurs="0" maxOccurs="1" name="Version" type="xsd:string"/>
<xsd:element name="OIDProps">
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="unbounded" name="OIDProp" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</Configuration>
<ModuleImplementation>
<Native>
<ClassID>2B72C327-CDBB-421a-ACC3-A1994DBD52BB</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System.SnmpData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>