Microsoft.Windows.Server.NetworkAdapterAdaptador de red (servidor)

Microsoft.Windows.Server.NetworkAdapter (ClassType)

Todas las instancias de un adaptador de red independientemente de la versión del sistema operativo de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.LogicalDevice:
DeviceID  string  Id. de dispositivo true 256  False 
Name  string  Nombre del dispositivo false 256  False 
Description  string  Descripción del dispositivo false 256  False 
Microsoft.Windows.Server.NetworkAdapter:
AdapterType  string  Tipo de adaptador false 256  False 
Index  string  Índice false 256  False 
Manufacturer  string  Fabricante false 256  False 
MACAddress  string  Dirección MAC false 256  False 
ServiceName  string  Nombre del servicio false 256  False 
PerfmonInstance  string  Nombre de instancia del monitor de rendimiento false 256  False 
DHCPEnabled  string  DHCP habilitado false 256  False 
DHCPServer  string  Servidor DHCP false 256  False 
DNSDomain  string  Dominio DNS false 256  False 
IPAddress  string  Direcciones IP false 256  False 
IPSubnet  string  Subred 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>