Click or drag to resize

SolidFireElementCreateSnapMirrorEndpointUnmanagedAsync Method (CancellationToken, String, String)

The SolidFire system uses the CreateSnapMirrorEndpointUnmanaged method to enable remote, unmanaged SnapMirror endpoints to communicate with a SolidFire cluster. Unmanaged endpoints cannot be administered using the SolidFire SnapMirror APIs. They must be managed with ONTAP management software or APIs.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<CreateSnapMirrorEndpointUnmanagedResult> CreateSnapMirrorEndpointUnmanagedAsync(
	CancellationToken cancellationToken,
	string ClusterName,
	string[] IpAddresses
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
ClusterName
Type: SystemString
IpAddresses
Type: SystemString

Return Value

Type: TaskCreateSnapMirrorEndpointUnmanagedResult

Implements

ISolidFireElementCreateSnapMirrorEndpointUnmanagedAsync(CancellationToken, String, String)
See Also