Describes a recovery point.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TapeRecoveryPointInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TapeRecoveryPointInfo()()()() | Initializes a new instance of the TapeRecoveryPointInfo class | 
|  | 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.) | 
|  | TapeARN | 
            The Amazon Resource Name (ARN) of the virtual tape.
             
             Constraints: | 
|  | TapeRecoveryPointTime | 
            The time when the point-in-time view of the virtual tape was replicated for later recovery. The string format of the tape recovery point
            time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
             
             | 
|  | TapeSizeInBytes | 
            The size, in bytes, of the virtual tapes to recover.
             
             Constraints: | 
|  | TapeStatus | |
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithTapeARN(String) | Obsolete. 
            Sets the TapeARN property
             | 
|  | WithTapeRecoveryPointTime(DateTime) | Obsolete. 
            Sets the TapeRecoveryPointTime property
             | 
|  | WithTapeSizeInBytes(Int64) | Obsolete. 
            Sets the TapeSizeInBytes property
             | 
|  | WithTapeStatus(String) | Obsolete. 
            Sets the TapeStatus property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TapeRecoveryPointInfo |