Creates a new volume with a specific amount of throughput and storage capacity.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_volume/ for full documentation.
finspace_create_kx_volume(
clientToken = NULL,
environmentId,
volumeType,
volumeName,
description = NULL,
nas1Configuration = NULL,
azMode,
availabilityZoneIds,
tags = NULL
)
A token that ensures idempotency. This token expires in 10 minutes.
[required] A unique identifier for the kdb environment, whose clusters can attach to the volume.
[required] The type of file system volume. Currently, FinSpace only supports
NAS_1
volume type. When you select NAS_1
volume type, you must also
provide nas1Configuration
.
[required] A unique identifier for the volume.
A description of the volume.
Specifies the configuration for the Network attached storage (NAS_1)
file system volume. This parameter is required when you choose
volumeType
as NAS_1.
[required] The number of availability zones you want to assign per volume.
Currently, FinSpace only supports SINGLE
for volumes. This places
dataview in a single AZ.
[required] The identifier of the availability zones.
A list of key-value pairs to label the volume. You can add up to 50 tags to a volume.