Click or drag to resize

ISolidFireElementListActivePairedVolumes 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#
ListActivePairedVolumesResult ListActivePairedVolumes(
	Nullable<long> StartVolumeID = null,
	Nullable<long> Limit = null
)

Parameters

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

Return Value

Type: ListActivePairedVolumesResult
See Also