Creates a new volume with a specific amount of throughput and storage capacity
Source:R/finspace_operations.R
finspace_create_kx_volume.RdCreates 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.
Usage
finspace_create_kx_volume(
clientToken = NULL,
environmentId,
volumeType,
volumeName,
description = NULL,
nas1Configuration = NULL,
azMode,
availabilityZoneIds,
tags = NULL
)Arguments
- clientToken
A token that ensures idempotency. This token expires in 10 minutes.
- environmentId
[required] A unique identifier for the kdb environment, whose clusters can attach to the volume.
- volumeType
[required] The type of file system volume. Currently, FinSpace only supports
NAS_1volume type. When you selectNAS_1volume type, you must also providenas1Configuration.- volumeName
[required] A unique identifier for the volume.
- description
A description of the volume.
- nas1Configuration
Specifies the configuration for the Network attached storage (NAS_1) file system volume. This parameter is required when you choose
volumeTypeas NAS_1.- azMode
[required] The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLEfor volumes. This places dataview in a single AZ.- availabilityZoneIds
[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.