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

Property Value

Type: VRAInternalVirtualNetworkInterfaceInfoModel
The replica nics.
See Also