Hyper-V 2012 R2 Virtual Network Discovery

Microsoft.Windows.HyperV.2012.R2.VirtualNetworkDiscovery (Discovery)

Discovers Microsoft Windows Hyper-V 2012 R2 Virtual External and Internal Networks

Knowledge Base article:

Summary

This discovery enables the ability to discover Virtual Internal Networks and Virtual External Networks.

The discovery runs once a day by default but it can be re-configured using the 'IntervalSeconds' parameter.

Element properties:

TargetMicrosoft.Windows.HyperV.ServerRole
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.HyperV.2012.R2.VirtualNetworkDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Microsoft.Windows.HyperV.2012.R2.VirtualNetworkDiscovery" Enabled="onEssentialMonitoring" Target="HVLib!Microsoft.Windows.HyperV.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="HVLib!Microsoft.Windows.HyperV.VirtualInternalNetwork">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="NetworkId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="NetworkName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="InternalDeviceId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="SystemName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="HVLib!Microsoft.Windows.HyperV.VirtualExternalNetwork">
<Property TypeID="Windows!Microsoft.Windows.Computer" PropertyID="PrincipalName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.ServerRole" PropertyID="ServerId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="NetworkId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="NetworkName"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="InternalDeviceId"/>
<Property TypeID="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" PropertyID="SystemName"/>
<Property PropertyID="ExternalDeviceId"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Microsoft.Windows.HyperV.2012.R2.VirtualNetworkDiscoveryDataSourceModule">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>