ハートビート統合データ ソース

System.NetworkManagement.SyntheticHeartbeatDataSource (DataSourceModuleType)

デバイスの可用性の計算で使用する、システムの内部データ ソースです。

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.NetworkManagement.SyntheticHeartbeatDataSourceBase Default

Source Code:

<DataSourceModuleType ID="System.NetworkManagement.SyntheticHeartbeatDataSource" Accessibility="Internal" Batching="true">
<Configuration>
<xsd:element name="HeartbeatSourceEntityId" type="xsd:string"/>
<xsd:element name="HeartbeatIntervalSeconds" type="xsd:integer"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System.NetworkManagement.SyntheticHeartbeatDataSourceBase">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<HeartbeatSourceEntityId>$Config/HeartbeatSourceEntityId$</HeartbeatSourceEntityId>
<HeartbeatIntervalSeconds>$Config/HeartbeatIntervalSeconds$</HeartbeatIntervalSeconds>
<SendToDefaultRoute>false</SendToDefaultRoute>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>