View source: R/fsx_operations.R
fsx_restore_volume_from_snapshot | R Documentation |
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
See https://www.paws-r-sdk.com/docs/fsx_restore_volume_from_snapshot/ for full documentation.
fsx_restore_volume_from_snapshot(
ClientRequestToken = NULL,
VolumeId,
SnapshotId,
Options = NULL
)
ClientRequestToken |
|
VolumeId |
[required] The ID of the volume that you are restoring. |
SnapshotId |
[required] The ID of the source snapshot. Specifies the snapshot that you are restoring from. |
Options |
The settings used when restoring the specified volume from snapshot.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.