Descoberta de Rede Virtual do Hyper-V 2016 e 1709+

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

Descobre Redes Virtuais Internas e Externas do Microsoft Windows Hyper-V 2016 e 1709+

Knowledge Base article:

Resumo

Esse recurso de descoberta permite descobrir as Redes Virtuais Internas e Externas.

A descoberta é executada uma vez por dia como padrão, mas pode ser reconfigurada através do uso do parâmetro “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>