Click or drag to resize

ISolidFireElementListVolumes Method (ListVolumesRequest)

The ListVolumes method enables you to retrieve a list of volumes that are in a cluster. You can specify the volumes you want to return in the list by using the available parameters.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
ListVolumesResult ListVolumes(
	ListVolumesRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiListVolumesRequest

Return Value

Type: ListVolumesResult
See Also