View source: R/fsx_operations.R
fsx_create_volume | R Documentation |
Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
See https://www.paws-r-sdk.com/docs/fsx_create_volume/ for full documentation.
fsx_create_volume(
ClientRequestToken = NULL,
VolumeType,
Name,
OntapConfiguration = NULL,
Tags = NULL,
OpenZFSConfiguration = NULL
)
ClientRequestToken |
|
VolumeType |
[required] Specifies the type of volume to create; |
Name |
[required] Specifies the name of the volume that you're creating. |
OntapConfiguration |
Specifies the configuration to use when creating the ONTAP volume. |
Tags |
|
OpenZFSConfiguration |
Specifies the configuration to use when creating the OpenZFS volume. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.