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 CreateTapeWithBarcode operation. Creates a virtual tape by using your own barcode. You write data to the virtual tape and then archive the tape. Cache storage must be allocated to the gateway before you can create a virtual tape. Use the AddCache operation to add cache storage to a gateway.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateTapeWithBarcodeRequest : AmazonStorageGatewayRequest
         IRequestEvents

The CreateTapeWithBarcodeRequest type exposes the following members

Constructors

Properties

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

The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and region.

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

The barcode that you want to assign to the tape.

Public Property TapeSizeInBytes System.Int64 Gets and sets the property TapeSizeInBytes.

The size, in bytes, of the virtual tape that you want to create.

The size must be aligned by gigabyte (1024*1024*1024 byte).

Version Information

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

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