finspace_update_kx_volume {paws.management} | R Documentation |
Updates the throughput or capacity of a volume
Description
Updates the throughput or capacity of a volume. During the update process, the filesystem might be unavailable for a few minutes. You can retry any operations after the update is complete.
See https://www.paws-r-sdk.com/docs/finspace_update_kx_volume/ for full documentation.
Usage
finspace_update_kx_volume(
environmentId,
volumeName,
description = NULL,
clientToken = NULL,
nas1Configuration = NULL
)
Arguments
environmentId |
[required] A unique identifier for the kdb environment where you created the storage volume. |
volumeName |
[required] A unique identifier for the volume. |
description |
A description of the volume. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
nas1Configuration |
Specifies the configuration for the Network attached storage (NAS_1) file system volume. |
[Package paws.management version 0.9.0 Index]