Associate Gateway To Server
backupgateway_associate_gateway_to_server | R Documentation |
Associates a backup gateway with your server¶
Description¶
Associates a backup gateway with your server. After you complete the association process, you can back up and restore your VMs through the gateway.
Usage¶
backupgateway_associate_gateway_to_server(GatewayArn, ServerArn)
Arguments¶
GatewayArn |
[required] The Amazon Resource Name (ARN) of the gateway. Use the
|
ServerArn |
[required] The Amazon Resource Name (ARN) of the server that hosts your virtual machines. |
Value¶
A list with the following syntax:
list(
GatewayArn = "string"
)
Request syntax¶
svc$associate_gateway_to_server(
GatewayArn = "string",
ServerArn = "string"
)