Click or drag to resize
VirtualNetworkInterfaceInfo Class
This class adds the extra information we need for WAN Failover and host network mapping
Inheritance Hierarchy
SystemObject
  DoubleTake.Core.ContractNetworkInterfaceInfo
    DoubleTake.Virtualization.ContractVirtualNetworkInterfaceInfo

Namespace: DoubleTake.Virtualization.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VirtualNetworkInterfaceInfo : NetworkInterfaceInfo

The VirtualNetworkInterfaceInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDescription
This value is the description of the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyDnsDomain
This value is the DNS domain assigned to the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyDnsServers
This value is the DNS server assigned to the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyExtensionData
Gets or sets the structure that contains extra data.
(Inherited from NetworkInterfaceInfo.)
Public propertyGateways
This value is the gateway assigned to the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyGuid
This value is the unique ID for the NIC. It is equivalent to the SettingID property of the Win32_NetworkAdapterConfiguration WMI class as well as the NetworkInterface.Id property in the Base Class Library (BCL).
(Inherited from NetworkInterfaceInfo.)
Public propertyIndex
Do not use this property. Double-Take uses it internally.
(Inherited from NetworkInterfaceInfo.)
Public propertyInterfaceIndex
Do not use this property. Double-Take uses it internally.
(Inherited from NetworkInterfaceInfo.)
Public propertyIPAddresses
This value represents the IP addresses assigned to the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyMacAddress
This value represents the MAC address of the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyName
This value is the friendly name of the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyPnpInstanceId
This value is the plug and play instance ID of the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyServiceName
This value is the service name of the NIC.
(Inherited from NetworkInterfaceInfo.)
Public propertyVirtualNetwork
This value is the virtual network.
Public propertyVirtualNicType
This value is 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
See Also