AWS SDK for .NET Documentation
TapeArchive Class
AmazonAmazon.StorageGateway.ModelTapeArchive Did this page help you?   Yes   No    Tell us about it...

Represents a virtual tape that is archived in the virtual tape shelf (VTS).

Declaration Syntax
C#
public class TapeArchive
Members
All MembersConstructorsMethodsProperties



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

CompletionTime
The time that the archiving of the virtual tape was completed. The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
RetrievedTo
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to. The virtual tape is retrieved from the virtual tape shelf (VTS).

Constraints:

Length
50 - 500


TapeARN
The Amazon Resource Name (ARN) of an archived virtual tape.

Constraints:

Length
50 - 500


TapeBarcode
The barcode that identifies the archived virtual tape.

Constraints:

Length
8 - 16
Pattern
^[A-Z0-9]*$


TapeSizeInBytes
The size, in bytes, of the archived virtual tape.

Constraints:

Range
107374182400 - 2748779069440


TapeStatus
The current state of the archived virtual tape.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCompletionTime(DateTime) Obsolete.
Sets the CompletionTime property

WithRetrievedTo(String) Obsolete.
Sets the RetrievedTo property

WithTapeARN(String) Obsolete.
Sets the TapeARN property

WithTapeBarcode(String) Obsolete.
Sets the TapeBarcode property

WithTapeSizeInBytes(Int64) Obsolete.
Sets the TapeSizeInBytes property

WithTapeStatus(String) Obsolete.
Sets the TapeStatus property

Inheritance Hierarchy
Object
TapeArchive

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