Click or drag to resize

ISolidFireElementListActiveVolumes Method (ListActiveVolumesRequest)

ListActiveVolumes enables you to return the list of active volumes currently in the system. The list of volumes is returned sorted in VolumeID order and can be returned in multiple parts (pages).

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ListActiveVolumesResult ListActiveVolumes(
	ListActiveVolumesRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiListActiveVolumesRequest

Return Value

Type: ListActiveVolumesResult
See Also