Microsoft.Windows.Peripheral.NetworkAdapterNetwork Adapter (concrete)

Microsoft.Windows.Peripheral.NetworkAdapter (ClassType)

All Windows network adapters

Element properties:

Base ClassMicrosoft.Windows.NetworkAdapter
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5bdd8f81-9c4a-2d59-48c5-6ea175422592

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       
Microsoft.Windows.LogicalDevice:
DeviceID  string  Device Identifier Device Identifier true 256  False     
Name  string  Device Name Device Name false 256  False     
Description  string  Device Description Device Description false 256  False     
Microsoft.Windows.NetworkAdapter:
Bandwidth  int  Bandwidth Bandwidth false 256       
MaxSpeed  int  Max Speed Max Speed false 256       
ProductName  string  Product Name Product Name false 256  False     
DefaultIPGateway  string  Default IP Gateway Default IP Gateway false 256  False     
DHCPHostname  string  DHCP Hostname DHCP Hostname false 256  False     
IPEnabled  bool  IP Enabled IP Enabled false 256       
Microsoft.Windows.Peripheral.NetworkAdapter:
AdapterType  string  Adapter Type Adapter Type false 256  False     
Index  int  Index Index false 256       
Manufacturer  string  Manufacturer Manufacturer false 256  False     
MACAddress  string  MAC Address MAC Address false 256  False     
ServiceName  string  Service Name Service Name false 256  False     
PerfmonInstance  string  Perfmon Instance Perfmon Instance false 256  False     
DHCPEnabled  string  DHCP Enabled DHCP Enabled false 256  False     
DHCPServer  string  DHCP Server DHCP Server false 256  False     
DNSDomain  string  DNS Domain DNS Domain false 256  False     
IPAddress  string  IP Address IP Address false 256  False     
IPSubnet  string  IP Subnet IP Subnet false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Peripheral.NetworkAdapter" Base="Windows!Microsoft.Windows.NetworkAdapter" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="AdapterType" Type="string"/>
<Property ID="Index" Type="int"/>
<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>