@Generated(value="software.amazon.awssdk:codegen") public final class TapeArchive extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TapeArchive.Builder,TapeArchive>
Represents a virtual tape that is archived in the virtual tape shelf (VTS).
| Modifier and Type | Class and Description |
|---|---|
static interface |
TapeArchive.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TapeArchive.Builder |
builder() |
Instant |
completionTime()
The time that the archiving of the virtual tape was completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKey()
Returns the value of the KMSKey property for this object.
|
Instant |
poolEntryDate()
The time that the tape entered the custom tape pool.
|
String |
poolId()
The ID of the pool that was used to archive the tape.
|
Instant |
retentionStartDate()
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
|
String |
retrievedTo()
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TapeArchive.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
|
String |
tapeBarcode()
The barcode that identifies the archived virtual tape.
|
Instant |
tapeCreatedDate()
The date the virtual tape was created.
|
Long |
tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
|
String |
tapeStatus()
The current state of the archived virtual tape.
|
Long |
tapeUsedInBytes()
The size, in bytes, of data stored on the virtual tape.
|
TapeArchive.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
worm()
Set to
true if the archived tape is stored as write-once-read-many (WORM). |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
public final String tapeBarcode()
The barcode that identifies the archived virtual tape.
public final Instant tapeCreatedDate()
The date the virtual tape was created.
public final Long tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
public final Instant completionTime()
The time that the archiving of the virtual tape was completed.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public final String retrievedTo()
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
The virtual tape is retrieved from the virtual tape shelf (VTS).
The virtual tape is retrieved from the virtual tape shelf (VTS).
public final String tapeStatus()
The current state of the archived virtual tape.
public final Long tapeUsedInBytes()
The size, in bytes, of data stored on the virtual tape.
This value is not available for tapes created prior to May 13, 2015.
This value is not available for tapes created prior to May 13, 2015.
public final String kmsKey()
public final String poolId()
The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
Valid Values: GLACIER | DEEP_ARCHIVE
Valid Values: GLACIER | DEEP_ARCHIVE
public final Boolean worm()
Set to true if the archived tape is stored as write-once-read-many (WORM).
true if the archived tape is stored as write-once-read-many (WORM).public final Instant retentionStartDate()
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
public final Instant poolEntryDate()
The time that the tape entered the custom tape pool.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public TapeArchive.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TapeArchive.Builder,TapeArchive>public static TapeArchive.Builder builder()
public static Class<? extends TapeArchive.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.