Click or drag to resize

SolidFireElementCreateSnapMirrorEndpoint Method (String, String, String)

The SolidFire Element OS web UI uses the CreateSnapMirrorEndpoint method to create a relationship with a remote SnapMirror endpoint.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public CreateSnapMirrorEndpointResult CreateSnapMirrorEndpoint(
	string ManagementIP,
	string Username,
	string Password
)

Parameters

ManagementIP
Type: SystemString
Username
Type: SystemString
Password
Type: SystemString

Return Value

Type: CreateSnapMirrorEndpointResult

Implements

ISolidFireElementCreateSnapMirrorEndpoint(String, String, String)
See Also