Microsoft.Windows.NetworkAdapter網路介面卡 (抽象)

Microsoft.Windows.NetworkAdapter (ClassType)

定義 Windows 網路介面卡的基本內容

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 (CHT) Description (CHT) 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       
Microsoft.Windows.LogicalDevice:
DeviceID  string  裝置識別碼 裝置識別碼 true 256  False     
Name  string  裝置名稱 裝置名稱 false 256  False     
Description  string  裝置描述 裝置描述 false 256  False     
Microsoft.Windows.NetworkAdapter:
Bandwidth  int  頻寬 頻寬 false 256       
MaxSpeed  int  最快速度 最快速度 false 256       
ProductName  string  產品名稱 產品名稱 false 256  False     
DefaultIPGateway  string  預設 IP 閘道 預設 IP 閘道 false 256  False     
DHCPHostname  string  DHCP 主機名稱 DHCP 主機名稱 false 256  False     
IPEnabled  bool  IP 已啟用 IP 已啟用 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>