get_adjacent_volumes_of_volumes#

Part.get_adjacent_volumes_of_volumes(volumes)#

Get the adjacent volumes for the provided volume ids.

Parameters:
volumesIterable[int]

Ids of the volume.

Returns:
Iterable[int]

Returns the list of adjacent volume ids.

Return type:

Iterable[int]

Examples

>>> adjacent_volumes_of_volumes = part.get_adjacent_volumes_of_volumes(volumes)