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.0.0.1664 (8.0.0.1664)
Syntax
public VRAInternalVirtualNetworkInterfaceInfoModel[] ReplicaNics { get; set; }

Property Value

Type: VRAInternalVirtualNetworkInterfaceInfoModel
The replica nics.
See Also