 | 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)
Syntaxpublic VRAInternalVirtualNetworkInterfaceInfoModel[] ReplicaNics { get; set; }
Public Property ReplicaNics As VRAInternalVirtualNetworkInterfaceInfoModel()
Get
Set
public:
property array<VRAInternalVirtualNetworkInterfaceInfoModel^>^ ReplicaNics {
array<VRAInternalVirtualNetworkInterfaceInfoModel^>^ get ();
void set (array<VRAInternalVirtualNetworkInterfaceInfoModel^>^ value);
}
member ReplicaNics : VRAInternalVirtualNetworkInterfaceInfoModel[] with get, set
Property Value
Type:
VRAInternalVirtualNetworkInterfaceInfoModel
The replica nics.
See Also