Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Disables a tape gateway when the gateway is no longer functioning. For example, if your gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.
Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.
After a gateway is disabled, it cannot be enabled.
1 | storagegateway_disable_gateway(GatewayARN)
|
GatewayARN |
[required] |
A list with the following syntax:
1 2 3 | list(
GatewayARN = "string"
)
|
1 2 3 | svc$disable_gateway(
GatewayARN = "string"
)
|
1 2 3 4 5 6 7 8 | ## Not run:
# Disables a gateway when the gateway is no longer functioning. Use this
# operation for a gateway-VTL that is not reachable or not functioning.
svc$disable_gateway(
GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.