AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the DescribeVTLDevices operation. Returns a description of virtual tape library (VTL) devices for the specified gateway. In the response, AWS Storage Gateway returns VTL device information.

The list of VTL devices must be from one gateway.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StorageGateway.AmazonStorageGatewayRequest
      Amazon.StorageGateway.Model.DescribeVTLDevicesRequest

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class DescribeVTLDevicesRequest : AmazonStorageGatewayRequest
         IRequestEvents

The DescribeVTLDevicesRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeVTLDevicesRequest()

Properties

NameTypeDescription
Public Property GatewayARN System.String Gets and sets the property GatewayARN.
Public Property Limit System.Int32 Gets and sets the property Limit.

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

Public Property Marker System.String Gets and sets the property Marker.

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

Public Property VTLDeviceARNs System.Collections.Generic.List<System.String> Gets and sets the property 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.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8