View source: R/fsx_operations.R
fsx_update_volume | R Documentation |
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
See https://www.paws-r-sdk.com/docs/fsx_update_volume/ for full documentation.
fsx_update_volume(
ClientRequestToken = NULL,
VolumeId,
OntapConfiguration = NULL,
Name = NULL,
OpenZFSConfiguration = NULL
)
ClientRequestToken |
|
VolumeId |
[required] The ID of the volume that you want to update, in the format
|
OntapConfiguration |
The configuration of the ONTAP volume that you are updating. |
Name |
The name of the OpenZFS volume. OpenZFS root volumes are automatically
named |
OpenZFSConfiguration |
The configuration of the OpenZFS volume that you are updating. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.