TapeRecoveryPointInfo class

Describes a recovery point.

Constructors

TapeRecoveryPointInfo({String? tapeARN, DateTime? tapeRecoveryPointTime, int? tapeSizeInBytes, String? tapeStatus})
TapeRecoveryPointInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapeARN String?
The Amazon Resource Name (ARN) of the virtual tape.
final
tapeRecoveryPointTime DateTime?
The time when the point-in-time view of the virtual tape was replicated for later recovery.
final
tapeSizeInBytes int?
The size, in bytes, of the virtual tapes to recover.
final
tapeStatus String?
The status of the virtual tapes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited