storagegateway_describe_vtl_devices: Returns a description of virtual tape library (VTL) devices...

View source: R/storagegateway_operations.R

storagegateway_describe_vtl_devicesR Documentation

Returns a description of virtual tape library (VTL) devices for the specified tape gateway

Description

Returns a description of virtual tape library (VTL) devices for the specified tape gateway. In the response, Storage Gateway returns VTL device information.

See https://www.paws-r-sdk.com/docs/storagegateway_describe_vtl_devices/ for full documentation.

Usage

storagegateway_describe_vtl_devices(
  GatewayARN,
  VTLDeviceARNs = NULL,
  Marker = NULL,
  Limit = NULL
)

Arguments

GatewayARN

[required]

VTLDeviceARNs

An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.

All of the specified VTL devices must be from the same gateway. If no VTL devices are specified, the result will contain all devices on the specified gateway.

Marker

An opaque string that indicates the position at which to begin describing the VTL devices.

Limit

Specifies that the number of VTL devices described be limited to the specified number.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.