@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.
|
String |
poolId()
The ID of the pool that was used to archive the tape.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tapeARN()
The Amazon Resource Name (ARN) of an archived virtual tape.
public String tapeBarcode()
The barcode that identifies the archived virtual tape.
public Instant tapeCreatedDate()
The date the virtual tape was created.
public Long tapeSizeInBytes()
The size, in bytes, of the archived virtual tape.
public Instant completionTime()
The time that the archiving of the virtual tape was completed.
The default time stamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
The default time stamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
public 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 String tapeStatus()
The current state of the archived virtual tape.
public 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 String kmsKey()
public 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 TapeArchive.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TapeArchive.Builder,TapeArchive>public static TapeArchive.Builder builder()
public static Class<? extends TapeArchive.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.