Container for the parameters to the CreateTapes operation.
            
Creates one or more virtual tapes. You write data to the virtual tapes and then archive the tapes.
NOTE:Cache storage must be allocated to the gateway before you can create virtual tapes. Use the AddCache operation to add cache storage to a gateway.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateTapesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | CreateTapesRequest()()()() | Initializes a new instance of the CreateTapesRequest class | ||
|  | ClientToken | 
            A unique identifier that you use to retry a request. If you retry a request, use the same ClientToken you specified in the initial
            request.  
 Constraints: | ||
|  | Equals(Object) | (Inherited from Object.) | ||
|  | GatewayARN | 
            The unique Amazon Resource Name(ARN) that represents the gateway to associate the virtual tapes with. Use the ListGateways operation
            to return a list of gateways for your account and region.
             
             Constraints: | ||
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | ||
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | ||
|  | NumTapesToCreate | 
            The number of virtual tapes you want to create.
             
             Constraints: | ||
|  | TapeBarcodePrefix | 
            A prefix you append to the barcode of the virtual tape you are creating. This makes a barcode unique.  
 Constraints: | ||
|  | TapeSizeInBytes | 
            The size, in bytes, of the virtual tapes you want to create.  
 Constraints: | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | WithClientToken(String) | Obsolete. 
            Sets the ClientToken property
             | ||
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | ||
|  | WithNumTapesToCreate(Int32) | Obsolete. 
            Sets the NumTapesToCreate property
             | ||
|  | WithTapeBarcodePrefix(String) | Obsolete. 
            Sets the TapeBarcodePrefix property
             | ||
|  | WithTapeSizeInBytes(Int64) | Obsolete. 
            Sets the TapeSizeInBytes property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateTapesRequest | |
 See Also
 See Also Note:
 Note: