Update a volume's name and/or size.
You can update the display name, size, or both in a single request. Only storage size increases are allowed (storage backend limitation).
updateVolume(name: string, options: UpdateVolumeOptions): Promise<Volume>| Name | Type | Description |
|---|---|---|
name* | string | Current volume name. |
options* | UpdateVolumeOptions | Update options. |