Click or drag to resize

SolidFireElementModifySnapMirrorEndpointUnmanaged Method (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 ModifySnapMirrorEndpointUnmanagedResult ModifySnapMirrorEndpointUnmanaged(
	long SnapMirrorEndpointID,
	string ClusterName = null,
	string[] IpAddresses = null
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
ClusterName (Optional)
Type: SystemString
IpAddresses (Optional)
Type: SystemString

Return Value

Type: ModifySnapMirrorEndpointUnmanagedResult

Implements

ISolidFireElementModifySnapMirrorEndpointUnmanaged(Int64, String, String)
See Also