Click or drag to resize

INetworkAdapterConfigurationInfo Interface

Network Adapter Configuration Information - interface.

For more information see: Win32_NetworkAdapterConfiguration class

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface INetworkAdapterConfigurationInfo

The INetworkAdapterConfigurationInfo type exposes the following members.

Properties
  NameDescription
Public propertyDefaultIpGateway
Win32_NetworkAdapterConfiguration: DefaultIPGateway: Array of IP addresses of default gateways that the computer system uses.
Public propertyDescription
Win32_NetworkAdapterConfiguration: Description: Description of the CIM_Setting object.
Public propertyDhcpEnabled
Win32_NetworkAdapterConfiguration: DHCPEnabled: If TRUE, the dynamic host configuration protocol (DHCP) server automatically assigns an IP address to the computer system when establishing a network connection.
Public propertyDhcpLeaseExpires
Win32_NetworkAdapterConfiguration: DHCPLeaseExpires: Date and time the lease was obtained for the IP address assigned to the computer by the dynamic host configuration protocol (DHCP) server.
Public propertyDhcpLeaseObtained
Win32_NetworkAdapterConfiguration: DHCPLeaseObtained: Date and time the lease was obtained for the IP address assigned to the computer by the dynamic host configuration protocol (DHCP) server.
Public propertyDhcpServer
Win32_NetworkAdapterConfiguration: DHCPServer: IP address of the dynamic host configuration protocol (DHCP) server.
Public propertyDnsDomain
Win32_NetworkAdapterConfiguration: DNSDomain: Organization name followed by a period and an extension that indicates the type of organization, such as microsoft.com.
Public propertyDnsDomainSuffixSearchOrder
Win32_NetworkAdapterConfiguration: DefaultIPGateway: Array of DNS domain suffixes to be appended to the end of host names during name resolution.
Public propertyDnsEnabledForWinsResolution
Win32_NetworkAdapterConfiguration: DNSEnabledForWINSResolution: RUE, the Domain Name System (DNS) is enabled for name resolution over Windows Internet Naming Service (WINS) resolution.
Public propertyDnsHostName
Win32_NetworkAdapterConfiguration: DNSHostName: Host name used to identify the local computer for authentication by some utilities.
Public propertyDnsServerSearchOrder
Win32_NetworkAdapterConfiguration: DNSServerSearchOrder: Array of server IP addresses to be used in querying for DNS servers.
Public propertyDomainDnsRegistrationEnabled
Win32_NetworkAdapterConfiguration: DomainDNSRegistrationEnabled: If TRUE, the IP addresses for this connection are registered in DNS under the domain name of this connection in addition to being registered under the computer's full DNS name.
Public propertyFullDnsRegistrationEnabled
Win32_NetworkAdapterConfiguration: FullDNSRegistrationEnabled: If TRUE, the IP addresses for this connection are registered in DNS under the computer's full DNS name.
Public propertyIndex
Win32_NetworkAdapterConfiguration: Index: Index number of the Windows network adapter configuration.
Public propertyInterfaceIndex
Win32_NetworkAdapterConfiguration: InterfaceIndex: Index value that uniquely identifies a local network interface.
Public propertyIpAddress
Win32_NetworkAdapterConfiguration: IPAddress: Array of all of the IP addresses associated with the current network adapter.
Public propertyIpConnectionMetric
Win32_NetworkAdapterConfiguration: IPConnectionMetric: Cost of using the configured routes for the IP bound adapter and is the weighted value for those routes in the IP routing table. If there are multiple routes to a destination in the IP routing table, the route with the lowest metric is used. The default value is 1.
Public propertyIpEnabled
Win32_NetworkAdapterConfiguration: IPEnabled: If TRUE, TCP/IP is bound and enabled on this network adapter.
Public propertyIpFilterSecurityEnabled
Win32_NetworkAdapterConfiguration: IPFilterSecurityEnabled: If TRUE, IP port security is enabled globally across all IP-bound network adapters and the security values associated with individual network adapters are in effect.
Public propertyIpSubnet
Win32_NetworkAdapterConfiguration: IPSubnet: Array of all of the subnet masks associated with the current network adapter.
Public propertyMacAddress
Win32_NetworkAdapterConfiguration: MACAddress: Media Access Control (MAC) address of the network adapter.
Public propertyServiceName
Win32_NetworkAdapterConfiguration: ServiceName: Service name of the network adapter.
Public propertySettingId
Win32_NetworkAdapterConfiguration: SettingID: Identifier by which the CIM_Setting object is known.
Public propertyTcpipNetbiosOptions
Win32_NetworkAdapterConfiguration: TcpipNetbiosOptions: Bitmap of the possible settings related to NetBIOS over TCP/IP.
Public propertyWinsEnableLmHostsLookup
Win32_NetworkAdapterConfiguration: WINSEnableLMHostsLookup: If TRUE, local lookup files are used. Lookup files will contain a map of IP addresses to host names. If they exist on the local system, they will be found in %SystemRoot%\system32\drivers\etc.
Top
See Also