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

pub async fn update_volume(
    configuration: &Configuration,
    zone: &str,
    volume_id: &str,
    inline_object21: InlineObject21
) -> Result<ScalewayInstanceV1UpdateVolumeResponse, Error<UpdateVolumeError>>
Expand description

Replace name and/or size properties of given ID volume with the given value(s). Any volume name can be changed while, for now, only b_ssd volume growing is supported.