NetworkInterfaceModel Class |
Namespace: DoubleTake.Web.Models
The NetworkInterfaceModel type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkInterfaceModel | Initializes a new instance of the NetworkInterfaceModel class |
| Name | Description | |
|---|---|---|
| Description |
Gets or sets the description of the network interface.
| |
| DnsDomain |
Gets or sets the DNS Domain.
| |
| DnsServers |
Gets or sets the DNS servers.
| |
| Gateways |
Gets or sets the gateways.
| |
| Id |
Gets or sets the unique identifier of the network interface.
| |
| Index |
Gets or sets the index of the network interface.
| |
| InterfaceIndex |
Gets or sets the index of the network interface.
| |
| IPAddresses |
Gets or sets the IP addresses on the network interface.
| |
| MacAddress |
Gets or sets the MAC address.
| |
| Name |
Gets or sets the friendly name of the network interface.
| |
| PnpInstanceId |
Gets or sets the PNP instance id.
| |
| ServiceName |
Gets or sets the service name of the network interface.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |