UNIX/Linux WS-Management Timed Enumerator Logical Disk DiscoveryData

Microsoft.Unix.WSMan.TimedEnumerate.LogicalDisk.DiscoveryData (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
Enum ProbeAction Microsoft.Unix.WSMan.Enumerate.ProbeAction Default
ExcludeFilter ConditionDetection System.ExpressionFilter Default
Mapper ConditionDetection System.Discovery.ClassSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Intervalint$Config/Interval$IntervalInterval in seconds that the TimedEnumerator runs.
SyncTimestring$Config/SyncTime$SyncTimeTime of day the TimedEnumerator syncs at.
OutputErrorIfAnystring$Config/OutputErrorIfAny$Output Error If AnyOutput errors.
ExcludeFileSystemNamestring$Config/ExcludeFileSystemName$Exclude File System Name ExpressionOnly file systems with a name not matching this regular expression will be discovered.
ExcludeFileSystemTypestring$Config/ExcludeFileSystemType$Exclude File System Type ExpressionOnly file systems with a type not matching this regular expression will be discovered.

Source Code:

<DataSourceModuleType ID="Microsoft.Unix.WSMan.TimedEnumerate.LogicalDisk.DiscoveryData" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>System!System.Discovery.MapperSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="TargetSystem" type="xsd:string"/>
<xsd:element name="Uri" type="xsd:string"/>
<xsd:element name="Filter" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="SplitItems" type="xsd:boolean"/>
<xsd:element name="Interval" type="xsd:unsignedInt"/>
<xsd:element name="SyncTime" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="ExcludeFileSystemName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ExcludeFileSystemType" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ClassId" type="xsd:string"/>
<xsd:element name="InstanceSettings" minOccurs="0" maxOccurs="1" type="SettingsType"/>
<xsd:element name="OutputErrorIfAny" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Interval" ParameterType="int" Selector="$Config/Interval$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
<OverrideableParameter ID="OutputErrorIfAny" ParameterType="string" Selector="$Config/OutputErrorIfAny$"/>
<OverrideableParameter ID="ExcludeFileSystemName" ParameterType="string" Selector="$Config/ExcludeFileSystemName$"/>
<OverrideableParameter ID="ExcludeFileSystemType" ParameterType="string" Selector="$Config/ExcludeFileSystemType$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<!-- Params to the scheduler part -->
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/Interval$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<!-- WSMan enumeration -->
<ProbeAction ID="Enum" TypeID="Microsoft.Unix.WSMan.Enumerate.ProbeAction">
<TargetSystem>$Config/TargetSystem$</TargetSystem>
<Uri>$Config/Uri$</Uri>
<Filter>$Config/Filter$</Filter>
<OutputErrorIfAny>$Config/OutputErrorIfAny$</OutputErrorIfAny>
<SplitItems>$Config/SplitItems$</SplitItems>
</ProbeAction>
<ConditionDetection ID="ExcludeFilter" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">/DataItem/WsManData/*[local-name(.)='SCX_FileSystem']/*[local-name(.)='Name']</XPathQuery>
</ValueExpression>
<Operator>DoesNotMatchRegularExpression</Operator>
<Pattern>$Config/ExcludeFileSystemName$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">/DataItem/WsManData/*[local-name(.)='SCX_FileSystem']/*[local-name(.)='FileSystemType']</XPathQuery>
</ValueExpression>
<Operator>DoesNotMatchRegularExpression</Operator>
<Pattern>$Config/ExcludeFileSystemType$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="Mapper" TypeID="System!System.Discovery.ClassSnapshotDataMapper">
<ClassId>$Config/ClassId$</ClassId>
<InstanceSettings>$Config/InstanceSettings$</InstanceSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="ExcludeFilter">
<Node ID="Enum">
<Node ID="Scheduler"/>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>