View source: R/storagegateway_operations.R
storagegateway_attach_volume | R Documentation |
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway. Detaching and attaching a volume enables you to recover your data from one gateway to a different gateway without creating a snapshot. It also makes it easier to move your volumes from an on-premises gateway to a gateway hosted on an Amazon EC2 instance.
See https://www.paws-r-sdk.com/docs/storagegateway_attach_volume/ for full documentation.
storagegateway_attach_volume(
GatewayARN,
TargetName = NULL,
VolumeARN,
NetworkInterfaceId,
DiskId = NULL
)
GatewayARN |
[required] The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to. |
TargetName |
The name of the iSCSI target used by an initiator to connect to a volume
and used as a suffix for the target ARN. For example, specifying
If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name. |
VolumeARN |
[required] The Amazon Resource Name (ARN) of the volume to attach to the specified gateway. |
NetworkInterfaceId |
[required] The network interface of the gateway on which to expose the iSCSI
target. Only IPv4 addresses are accepted. Use
Valid Values: A valid IP address. |
DiskId |
The unique device ID or other distinguishing data that identifies the local disk used to create the volume. This value is only required when you are attaching a stored volume. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.