get_volume_zone_of_volume#

Part.get_volume_zone_of_volume(volume)#

Gets the volume zone of given volume.

Parameters:
volumeint

Id of volume.

Returns:
int

Returns the id of volume zone.

Return type:

int

Examples

>>> volume_zone = part.get_volume_zone_of_volume(volume)