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.

Describes a virtual tape.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Model.TapeInfo

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

Syntax

C#
public class TapeInfo

The TapeInfo type exposes the following members

Constructors

NameDescription
Public Method TapeInfo()

Properties

NameTypeDescription
Public Property GatewayARN System.String

Gets and sets the property GatewayARN.

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Public Property PoolEntryDate System.DateTime

Gets and sets the property PoolEntryDate.

The date that the tape entered the custom tape pool with tape retention lock enabled.

Public Property PoolId System.String

Gets and sets the property PoolId.

The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

Public Property RetentionStartDate System.DateTime

Gets and sets the property RetentionStartDate.

The date that the tape became subject to tape retention lock.

Public Property TapeARN System.String

Gets and sets the property TapeARN.

The Amazon Resource Name (ARN) of a virtual tape.

Public Property TapeBarcode System.String

Gets and sets the property TapeBarcode.

The barcode that identifies a specific virtual tape.

Public Property TapeSizeInBytes System.Int64

Gets and sets the property TapeSizeInBytes.

The size, in bytes, of a virtual tape.

Public Property TapeStatus System.String

Gets and sets the property TapeStatus.

The status of the tape.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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