Click or drag to resize

SolidFireElementModifySnapMirrorEndpointUnmanagedAsync Method (CancellationToken, Int64, 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 Task<ModifySnapMirrorEndpointUnmanagedResult> ModifySnapMirrorEndpointUnmanagedAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	string ClusterName = null,
	string[] IpAddresses = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
ClusterName (Optional)
Type: SystemString
IpAddresses (Optional)
Type: SystemString

Return Value

Type: TaskModifySnapMirrorEndpointUnmanagedResult

Implements

ISolidFireElementModifySnapMirrorEndpointUnmanagedAsync(CancellationToken, Int64, String, String)
See Also