Click or drag to resize

SolidFireElementCreateSnapMirrorVolumeAsync Method (CancellationToken, Int64, String, String, String, Int64, String)

The SolidFire Element OS web UI uses the CreateSnapMirrorVolume method to create a volume on the remote ONTAP system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<SnapMirrorVolume> CreateSnapMirrorVolumeAsync(
	CancellationToken cancellationToken,
	long SnapMirrorEndpointID,
	string Vserver,
	string Name,
	string Aggregate,
	long Size,
	string Type = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID
Type: SystemInt64
Vserver
Type: SystemString
Name
Type: SystemString
Aggregate
Type: SystemString
Size
Type: SystemInt64
Type (Optional)
Type: SystemString

Return Value

Type: TaskSnapMirrorVolume

Implements

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