Click or drag to resize
VirtualNetworkInterfaceInfoModel Class
Virtual network interface info model.
Inheritance Hierarchy

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public class VirtualNetworkInterfaceInfoModel : NetworkInterfaceModel

The VirtualNetworkInterfaceInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodVirtualNetworkInterfaceInfoModel
Initializes a new instance of the VirtualNetworkInterfaceInfoModel class
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the description of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyDnsDomain
Gets or sets the DNS Domain.
(Inherited from NetworkInterfaceModel.)
Public propertyDnsServers
Gets or sets the DNS servers.
(Inherited from NetworkInterfaceModel.)
Public propertyGateways
Gets or sets the gateways.
(Inherited from NetworkInterfaceModel.)
Public propertyId
Gets or sets the unique identifier of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyIndex
Gets or sets the index of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyInterfaceIndex
Gets or sets the index of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyIPAddresses
Gets or sets the IP addresses on the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyMacAddress
Gets or sets the MAC address.
(Inherited from NetworkInterfaceModel.)
Public propertyName
Gets or sets the friendly name of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyPnpInstanceId
Gets or sets the PNP instance id.
(Inherited from NetworkInterfaceModel.)
Public propertyServiceName
Gets or sets the service name of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyVirtualNetwork
Gets or sets the virtual network.
Public propertyVirtualNicType
Gets or sets the type of the virtual NIC.
Public propertyVLAN_ID
Gets or sets the replica's VLan ID.
Public propertyVLAN_ID_TestFailover
Gets or sets the replica's test failover VLan ID.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also