Function scaleway_api_rs::apis::volumes_api::list_volumes[][src]

pub async fn list_volumes(
    configuration: &Configuration,
    zone: &str,
    volume_type: Option<&str>,
    per_page: Option<f32>,
    page: Option<f32>,
    organization: Option<&str>,
    project: Option<&str>,
    name: Option<&str>
) -> Result<ScalewayInstanceV1ListVolumesResponse, Error<ListVolumesError>>