Click or drag to resize

SolidFireElementCreateSnapMirrorVolume Method (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 SnapMirrorVolume CreateSnapMirrorVolume(
	long SnapMirrorEndpointID,
	string Vserver,
	string Name,
	string Aggregate,
	long Size,
	string Type = null
)

Parameters

SnapMirrorEndpointID
Type: SystemInt64
Vserver
Type: SystemString
Name
Type: SystemString
Aggregate
Type: SystemString
Size
Type: SystemInt64
Type (Optional)
Type: SystemString

Return Value

Type: SnapMirrorVolume

Implements

ISolidFireElementCreateSnapMirrorVolume(Int64, String, String, String, Int64, String)
See Also