Microsoft.Windows.ComputerNetworkAdapter计算机网络适配器

Microsoft.Windows.ComputerNetworkAdapter (ClassType)

Element properties:

Base ClassSystem.Device.NetworkAdapter
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdad9e48a9-2df5-ff83-b1ec-1548967044c2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
System.Device.NetworkAdapter:
MACAddress  string  MAC 地址 MAC 地址 false 64  False     
Microsoft.Windows.ComputerNetworkAdapter:
DeviceID  string  设备标识符 设备标识符 true 256  False     
AdapterType  string  适配器类型 false 256  False     
Index  string  索引 false 256  False     
Manufacturer  string  制造商 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.ComputerNetworkAdapter" Base="System!System.Device.NetworkAdapter" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="DeviceID" Type="string" Key="true"/>
<Property ID="AdapterType" Type="string"/>
<Property ID="Index" Type="string"/>
<Property ID="Manufacturer" 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>