Click or drag to resize
VRAInternalVirtualNetworkInterfaceInfoModel Class
VRA internal virtual network interface information.
Inheritance Hierarchy

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public sealed class VRAInternalVirtualNetworkInterfaceInfoModel : VirtualNetworkInterfaceInfoModel

The VRAInternalVirtualNetworkInterfaceInfoModel type exposes the following members.

Constructors
  NameDescription
Public methodVRAInternalVirtualNetworkInterfaceInfoModel
Initializes a new instance of the VRAInternalVirtualNetworkInterfaceInfoModel class
Top
Properties
  NameDescription
Public propertyBusNumber
Gets or sets the bus number to be used on the replica.
Public propertyDescription
Gets or sets the description of the network interface.
(Inherited from NetworkInterfaceModel.)
Public propertyDeviceNumber
Gets or sets the device number to be used on the replica.
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.
(Inherited from VirtualNetworkInterfaceInfoModel.)
Public propertyVirtualNicType
Gets or sets the type of the virtual NIC.
(Inherited from VirtualNetworkInterfaceInfoModel.)
Public propertyVLAN_ID
Gets or sets the replica's VLan ID.
(Inherited from VirtualNetworkInterfaceInfoModel.)
Public propertyVLAN_ID_TestFailover
Gets or sets the replica's test failover VLan ID.
(Inherited from VirtualNetworkInterfaceInfoModel.)
Public propertyVRANicId
Gets or sets the VRA nic id.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also