View source: R/lightsail_operations.R
lightsail_create_disk_snapshot | R Documentation |
Creates a snapshot of a block storage disk. You can use snapshots for backups, to make copies of disks, and to save data before shutting down a Lightsail instance.
See https://www.paws-r-sdk.com/docs/lightsail_create_disk_snapshot/ for full documentation.
lightsail_create_disk_snapshot(
diskName = NULL,
diskSnapshotName,
instanceName = NULL,
tags = NULL
)
diskName |
The unique name of the source disk ( This parameter cannot be defined together with the |
diskSnapshotName |
[required] The name of the destination disk snapshot ( |
instanceName |
The unique name of the source instance
( This parameter cannot be defined together with the |
tags |
The tag keys and optional values to add to the resource during create. Use the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.