Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Updates the type of medium changer in a tape gateway. When you activate a tape gateway, you select a medium changer type for the tape gateway. This operation enables you to select a different type of medium changer after a tape gateway is activated. This operation is only supported in the tape gateway type.
1 | storagegateway_update_vtl_device_type(VTLDeviceARN, DeviceType)
|
VTLDeviceARN |
[required] The Amazon Resource Name (ARN) of the medium changer you want to select. |
DeviceType |
[required] The type of medium changer you want to select. Valid Values: |
A list with the following syntax:
1 2 3 | list(
VTLDeviceARN = "string"
)
|
1 2 3 4 | svc$update_vtl_device_type(
VTLDeviceARN = "string",
DeviceType = "string"
)
|
1 2 3 4 5 6 7 8 9 | ## Not run:
# Updates the type of medium changer in a gateway-VTL after a gateway-VTL
# is activated.
svc$update_vtl_device_type(
DeviceType = "Medium Changer",
VTLDeviceARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw..."
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.