Scheduler for Network Discovery

Microsoft.SystemCenter.NetworkDiscovery.NetworkDiscoveryScheduler (DataSourceModuleType)

This rule runs the scheduled network discovery.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.TriggerData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Discovery.Scheduler Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
DaysOfWeekMaskint$Config/DaysOfWeekMask$Days of week maskSets the Days of week to run network discovery
StartTimestring$Config/StartTime$Start TimeSets the time of day to start network discovery

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.NetworkDiscovery.NetworkDiscoveryScheduler" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DaysOfWeekMask" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StartTime" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="DaysOfWeekMask" Selector="$Config/DaysOfWeekMask$" ParameterType="int"/>
<OverrideableParameter ID="StartTime" Selector="$Config/StartTime$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<WeeklySchedule>
<Windows>
<Daily>
<Start>$Config/StartTime$</Start>
<End>23:59</End>
<DaysOfWeekMask>$Config/DaysOfWeekMask$</DaysOfWeekMask>
</Daily>
</Windows>
</WeeklySchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.TriggerData</OutputType>
</DataSourceModuleType>