Microsoft.Windows.NetworkAdapterNetwork Adapter (abstract)

Microsoft.Windows.NetworkAdapter (ClassType)

Defines the basic properties of Windows network adapters

Element properties:

Base ClassMicrosoft.Windows.LogicalDevice
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf04254c6-d113-b823-1aae-ddf544b97122

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       

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.NetworkAdapter" Base="Microsoft.Windows.LogicalDevice" Accessibility="Public" Hosted="true" Abstract="true">
<Property ID="Bandwidth" Type="int"/>
<Property ID="MaxSpeed" Type="int"/>
<Property ID="ProductName" Type="string"/>
<Property ID="DefaultIPGateway" Type="string"/>
<Property ID="DHCPHostname" Type="string"/>
<Property ID="IPEnabled" Type="bool"/>
</ClassType>