AWS SDK for .NET Documentation
DescribeVTLDevicesRequest Class
AmazonAmazon.StorageGateway.ModelDescribeVTLDevicesRequest Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class DescribeVTLDevicesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeVTLDevicesRequest()()()()
Initializes a new instance of the DescribeVTLDevicesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:

Length
50 - 500


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Limit
Specifies that the number of VTL devices described be limited to the specified number.

Constraints:

Range
1 -


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

Constraints:

Length
1 - 1000


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VTLDeviceARNs
An array of strings, where each string represents the Amazon Resource Name (ARN) of a VTL device.
Note:
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.

WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

WithLimit(Int32) Obsolete.
Sets the Limit property

WithMarker(String) Obsolete.
Sets the Marker property

WithVTLDeviceARNs(array<String>[]()[][]) Obsolete.
Adds elements to the VTLDeviceARNs collection

WithVTLDeviceARNs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the VTLDeviceARNs collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeVTLDevicesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)