Hyper-V 2008 仮想ネットワークの検出

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

Microsoft Windows Hyper-V 2008 仮想外部および内部ネットワークを検出します。

Knowledge Base article:

概要

この検出によって、仮想内部ネットワークと仮想外部ネットワークを検出する機能が有効になります。

既定では 1 日に 1 回検出が実行されますが、'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.VirtualNetworkDiscoveryDataSourceModule Default

Source Code:

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