finspace_list_kx_volumes {paws.management} | R Documentation |
Lists all the volumes in a kdb environment
Description
Lists all the volumes in a kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_list_kx_volumes/ for full documentation.
Usage
finspace_list_kx_volumes(
environmentId,
maxResults = NULL,
nextToken = NULL,
volumeType = NULL
)
Arguments
environmentId |
[required] A unique identifier for the kdb environment, whose clusters can attach to the volume. |
maxResults |
The maximum number of results to return in this request. |
nextToken |
A token that indicates where a results page should begin. |
volumeType |
The type of file system volume. Currently, FinSpace only supports
|
[Package paws.management version 0.9.0 Index]