finspace_update_kx_volume: Updates the throughput or capacity of a volume

View source: R/finspace_operations.R

finspace_update_kx_volumeR 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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.