View source: R/finspace_operations.R
finspace_create_kx_volume | R Documentation |
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
)
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
|
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
|
azMode |
[required] The number of availability zones you want to assign per volume.
Currently, FinSpace only supports |
availabilityZoneIds |
[required] The identifier of the availability zones. |
tags |
A list of key-value pairs to label the volume. You can add up to 50 tags to a volume. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.