fsx_update_volume {paws.storage} | R Documentation |
Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume
Description
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.
Usage
fsx_update_volume(
ClientRequestToken = NULL,
VolumeId,
OntapConfiguration = NULL,
Name = NULL,
OpenZFSConfiguration = NULL
)
Arguments
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. |
[Package paws.storage version 0.7.0 Index]