Represents a virtual tape that is archived in the virtual tape shelf (VTS).
 Declaration Syntax
 Declaration Syntax| C# | 
public class TapeArchive
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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: | 
|  | TapeARN | 
            The Amazon Resource Name (ARN) of an archived virtual tape.
             
             Constraints: | 
|  | TapeBarcode | 
            The barcode that identifies the archived virtual tape.
             
             Constraints: | 
|  | TapeSizeInBytes | 
            The size, in bytes, of the archived virtual tape.
             
             Constraints: | 
|  | 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
 Inheritance Hierarchy| Object | |
|  | TapeArchive |