Hyper-V 2016 和 1709+ 虚拟网络发现

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

发现 Microsoft Windows Hyper-V 2016 和 1709+ 虚拟外部网络和虚拟内部网络

Knowledge Base article:

摘要

此发现能够发现虚拟内部网络和虚拟外部网络。

该发现默认每天运行一次,但可以使用“IntervalSeconds”参数对其进行重新配置。

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.Discovery.VirtualNetworkDiscoveryDataSourceModule Default

Source Code:

<Discovery ID="Microsoft.Windows.HyperV.Discovery.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.Discovery.VirtualNetworkDiscoveryDataSourceModule">
<IntervalSeconds>86400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>