paws.storage (version 0.1.0)

storagegateway_disable_gateway: Disables a tape gateway when the gateway is no longer functioning

Description

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.

Usage

storagegateway_disable_gateway(GatewayARN)

Arguments

GatewayARN

[required]

Request syntax

svc$disable_gateway(
  GatewayARN = "string"
)

Details

Use this operation for a tape gateway that is not reachable or not functioning. This operation is only supported in the tape gateway type.

Once a gateway is disabled it cannot be enabled.

Examples

Run this code
# 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.
# }
# NOT RUN {
svc$disable_gateway(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace