Microsoft Windows Server DNS Domain DS

Microsoft.Windows.Server.DNS.Domain.DS (DataSourceModuleType)

Discovery Data Source for the Zone Distributed Application

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Discover ConditionDetection System.Discovery.FilteredClassAndRelationshipSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsstring$Config/IntervalSeconds$Interval Seconds

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.DNS.Domain.DS" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="PrincipalName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ZoneName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NameServers" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="AllowDynamicUpdates" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IsReverseZone" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ConditionDetection ID="Discover" TypeID="System!System.Discovery.FilteredClassAndRelationshipSnapshotDataMapper">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Config/IsReverseZone$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">False</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<ClassId>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']$</ClassId>
<ClassInstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']/DomainName$</Name>
<Value>$Config/ZoneName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']/DynamicUpdates$</Name>
<Value>$Config/AllowDynamicUpdates$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']/PrimaryServers$</Name>
<Value>$Config/NameServers$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>DNS Domain $Config/ZoneName$</Value>
</Setting>
</Settings>
</ClassInstanceSettings>
<RelationshipId>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain.Contains.Zone']$</RelationshipId>
<SourceTypeId>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']$</SourceTypeId>
<SourceRoleSettings>
<Settings>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.DNSDomain']/DomainName$</Name>
<Value>$Config/ZoneName$</Value>
</Setting>
</Settings>
</SourceRoleSettings>
<TargetTypeId>$MPElement[Name="Microsoft.Windows.Server.DNS.Zone"]$</TargetTypeId>
<TargetRoleSettings>
<Settings>
<Setting>
<Name>$MPElement[Name='Windows!Microsoft.Windows.Computer']/PrincipalName$</Name>
<Value>$Config/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Server']/Name$</Name>
<Value>$Config/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']/ZoneName$</Name>
<Value>$Config/ZoneName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.Windows.Server.DNS.Zone']/HostName$</Name>
<Value>$Config/PrincipalName$</Value>
</Setting>
</Settings>
</TargetRoleSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Discover">
<Node ID="Scheduler"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>