Click or drag to resize

SolidFireElementListActivePairedVolumes Method (NullableInt64, NullableInt64)

ListActivePairedVolumes enables you to list all the active volumes paired with a volume. This method returns information about volumes with active and pending pairings.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListActivePairedVolumesResult ListActivePairedVolumes(
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null
)

Parameters

StartVolumeID (Optional)
Type: SystemNullableInt64
Limit (Optional)
Type: SystemNullableInt64

Return Value

Type: ListActivePairedVolumesResult

Implements

ISolidFireElementListActivePairedVolumes(NullableInt64, NullableInt64)
See Also