Load balanced IIS servers discovery data source

Microsoft.Windows.Server.LoadBalanced.IIS.6.2.Discovery.DataSource (DataSourceModuleType)

This Datasource implements a Windows Server 2012 Network Load Balance Cluster IIS integration discovery.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
RoleCheck DataSource Microsoft.Windows.Server.IIS.6.2.RoleCheck.DataSource Default
Mapper ConditionDetection Internal.SnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval(sec)

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.LoadBalanced.IIS.6.2.Discovery.DataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NlbNodeNamePropName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NlbNodeNamePropValue" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerPrincipalNamePropName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerPrincipalNamePropValue" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="RoleCheck" TypeID="IIS8!Microsoft.Windows.Server.IIS.6.2.RoleCheck.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<ComputerPrincipalName>$Config/ComputerPrincipalNamePropValue$</ComputerPrincipalName>
</DataSource>
<ConditionDetection ID="Mapper" TypeID="Internal.SnapshotDataMapper">
<DiscoverySourceType>0</DiscoverySourceType>
<DiscoverySourceObjectId>$MPElement$</DiscoverySourceObjectId>
<DiscoverySourceManagedEntityId>$Target/Id$</DiscoverySourceManagedEntityId>
<InstanceType>1</InstanceType>
<InstanceTypeId>$MPElement[Name="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.ServerRoleContainsDependantServerRole"]$</InstanceTypeId>
<SourceTypeId>$MPElement[Name="NLB8!Microsoft.Windows.NetworkLoadBalancing.6.2.ServerRole"]$</SourceTypeId>
<TargetTypeId>$MPElement[Name="IIS8!Microsoft.Windows.InternetInformationServices.6.2.ServerRole"]$</TargetTypeId>
<InstanceSettings/>
<SourceRoleSettings>
<Settings>
<Setting>
<Name>$Config/NlbNodeNamePropName$</Name>
<Value>$Config/NlbNodeNamePropValue$</Value>
</Setting>
<Setting>
<Name>$Config/ComputerPrincipalNamePropName$</Name>
<Value>$Config/ComputerPrincipalNamePropValue$</Value>
</Setting>
</Settings>
</SourceRoleSettings>
<TargetRoleSettings>
<Settings>
<Setting>
<Name>$Config/ComputerPrincipalNamePropName$</Name>
<Value>$Config/ComputerPrincipalNamePropValue$</Value>
</Setting>
</Settings>
</TargetRoleSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="RoleCheck"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>