Microsoft.Windows.ComputerNetworkAdapterComputer Network Adapter

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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.Device.NetworkAdapter:
MACAddress  string  MAC Address MAC Address false 64  False     
Microsoft.Windows.ComputerNetworkAdapter:
DeviceID  string  Device Identifier Device Identifier true 256  False     
AdapterType  string  Adapter Type false 256  False     
Index  string  Index false 256  False     
Manufacturer  string  Manufacturer false 256  False     
ServiceName  string  Service Name false 256  False     
PerfmonInstance  string  Performance Monitor Instance Name false 256  False     
DHCPEnabled  string  DHCP Enabled false 256  False     
DHCPServer  string  DHCP Server false 256  False     
DNSDomain  string  DNS Domain false 256  False     
IPAddress  string  IP Address(es) false 256  False     
IPSubnet  string  IP Subnet 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>