Lenovo BladeCenter ProxyComputer MPVersion

IBM.BladeCenter.ProxyComputer.MPVersion (DataSourceModuleType)

DataSource of Lenovo BladeCenter ProxyComputer MPVersion

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Scheduler Default
Probe ProbeAction IBM.BladeCenter.ProxyComputer.MPVersion.Probe Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Lenovo BladeCenter ProxyComputer MPVersion Interval Seconds
TimeoutSecondsint$Config/TimeoutSeconds$Lenovo BladeCenter ProxyComputer MPVersion Timeout Seconds

Source Code:

<DataSourceModuleType ID="IBM.BladeCenter.ProxyComputer.MPVersion" Accessibility="Internal">
<Configuration>
<xsd:element name="IntervalSeconds" type="xsd:integer"/>
<xsd:element name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element name="ComputerID" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="IBM.BladeCenter.ProxyComputer.MPVersion.Probe">
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<ComputerID>$Config/ComputerID$</ComputerID>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>