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

Property Value

Type: VRAInternalVirtualNetworkInterfaceInfoModel
The replica nics.
See Also