AWS SDK Version 3 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.

Container for the parameters to the DeleteTape operation. Deletes the specified virtual tape. This operation is only supported in the tape gateway type.

Inheritance Hierarchy

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

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.StorageGateway.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteTapeRequest : AmazonStorageGatewayRequest
         IAmazonWebServiceRequest

The DeleteTapeRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteTapeRequest()

Properties

NameTypeDescription
Public Property BypassGovernanceRetention System.Boolean

Gets and sets the property BypassGovernanceRetention.

Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.

Public Property GatewayARN System.String

Gets and sets the property GatewayARN.

The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Public Property TapeARN System.String

Gets and sets the property TapeARN.

The Amazon Resource Name (ARN) of the virtual tape to delete.

Examples

This example deletes the specified virtual tape.

To delete a virtual tape


var client = new AmazonStorageGatewayClient();
var response = client.DeleteTape(new DeleteTapeRequest 
{
    GatewayARN = "arn:aws:storagegateway:us-east-1:204469490176:gateway/sgw-12A3456B",
    TapeARN = "arn:aws:storagegateway:us-east-1:204469490176:tape/TEST05A2A0"
});

string tapeARN = response.TapeARN;

            

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5