Ermittlung virtueller Hyper-V 2012 R2-Netzwerke

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

Es werden externe und interne virtuelle Microsoft Windows Hyper-V 2012 R2-Netzwerke ermittelt.

Knowledge Base article:

Zusammenfassung

Diese Ermittlung dient zur Suche von virtuellen internen und virtuellen externen Netzwerken.

Sie wird standardmäßig einmal am Tag ausgeführt; über den Parameter „IntervalSeconds“ kann jedoch eine häufigere Ermittlung konfiguriert werden.

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>