Click or drag to resize
UVRAPersistedStateModelReplicaNics Property
Gets or sets the replica nics. This info has extra fields to remember where each nic is on the replica.

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 VRAInternalVirtualNetworkInterfaceInfoModel[] ReplicaNics { get; set; }

Property Value

Type: VRAInternalVirtualNetworkInterfaceInfoModel
The replica nics.
See Also