Click or drag to resize

SolidFireElementCreateSnapMirrorEndpointUnmanaged Method (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 CreateSnapMirrorEndpointUnmanagedResult CreateSnapMirrorEndpointUnmanaged(
	string ClusterName,
	string[] IpAddresses
)

Parameters

ClusterName
Type: SystemString
IpAddresses
Type: SystemString

Return Value

Type: CreateSnapMirrorEndpointUnmanagedResult

Implements

ISolidFireElementCreateSnapMirrorEndpointUnmanaged(String, String)
See Also