Click or drag to resize

SolidFireElementModifySnapMirrorEndpoint Method (Int64, String, String, String)

The SolidFire Element OS web UI uses the ModifySnapMirrorEndpoint method to change the name and management attributes for a SnapMirror endpoint.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ModifySnapMirrorEndpointResult ModifySnapMirrorEndpoint(
	long SnapMirrorEndpointID,
	string ManagementIP = null,
	string Username = null,
	string Password = null
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
ManagementIP (Optional)
Type: SystemString
Username (Optional)
Type: SystemString
Password (Optional)
Type: SystemString

Return Value

Type: ModifySnapMirrorEndpointResult

Implements

ISolidFireElementModifySnapMirrorEndpoint(Int64, String, String, String)
See Also