Microsoft.Windows.Server.NetworkAdapter네트워크 어댑터(서버)

Microsoft.Windows.Server.NetworkAdapter (ClassType)

Windows Server 운영 체제 버전에 관계없이 모든 네트워크 어댑터 인스턴스입니다.

Element properties:

Base ClassMicrosoft.Windows.NetworkAdapter
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0a85ddc4-f98a-fd45-a30e-e6e0edb1f85c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  장치 ID true 256  False 
Name  string  장치 이름 false 256  False 
Description  string  장치 설명 false 256  False 
Microsoft.Windows.Server.NetworkAdapter:
AdapterType  string  어댑터 유형 false 256  False 
Index  string  인덱스 false 256  False 
Manufacturer  string  제조업체 false 256  False 
MACAddress  string  MAC 주소 false 256  False 
ServiceName  string  서비스 이름 false 256  False 
PerfmonInstance  string  성능 모니터 인스턴스 이름 false 256  False 
DHCPEnabled  string  DHCP 사용 false 256  False 
DHCPServer  string  DHCP 서버 false 256  False 
DNSDomain  string  DNS 도메인 false 256  False 
IPAddress  string  IP 주소 false 256  False 
IPSubnet  string  IP 서브넷 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.NetworkAdapter" Abstract="true" Accessibility="Public" Base="Windows!Microsoft.Windows.NetworkAdapter" Hosted="true" Singleton="false">
<Property ID="AdapterType" Type="string"/>
<Property ID="Index" Type="string"/>
<Property ID="Manufacturer" Type="string"/>
<Property ID="MACAddress" Type="string"/>
<Property ID="ServiceName" Type="string"/>
<Property ID="PerfmonInstance" Type="string"/>
<Property ID="DHCPEnabled" Type="string"/>
<Property ID="DHCPServer" Type="string"/>
<Property ID="DNSDomain" Type="string"/>
<Property ID="IPAddress" Type="string"/>
<Property ID="IPSubnet" Type="string"/>
</ClassType>