@Generated(value="software.amazon.awssdk:codegen") public final class Tape extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tape.Builder,Tape>
Describes a virtual tape object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Tape.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Tape.Builder |
builder() |
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 date that the tape enters a custom tape pool.
|
String |
poolId()
The ID of the pool that contains tapes that will be archived.
|
Double |
progress()
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
Instant |
retentionStartDate()
The date that the tape is first archived with tape retention lock enabled.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Tape.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
|
String |
tapeBarcode()
The barcode that identifies a specific virtual tape.
|
Instant |
tapeCreatedDate()
The date the virtual tape was created.
|
Long |
tapeSizeInBytes()
The size, in bytes, of the virtual tape capacity.
|
String |
tapeStatus()
The current state of the virtual tape.
|
Long |
tapeUsedInBytes()
The size, in bytes, of data stored on the virtual tape.
|
Tape.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vtlDevice()
The virtual tape library (VTL) device that the virtual tape is associated with.
|
Boolean |
worm()
If the tape is archived as write-once-read-many (WORM), this value is
true. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public final String tapeBarcode()
The barcode that identifies a specific virtual tape.
public final Instant tapeCreatedDate()
The date the virtual tape was created.
public final Long tapeSizeInBytes()
The size, in bytes, of the virtual tape capacity.
public final String tapeStatus()
The current state of the virtual tape.
public final String vtlDevice()
The virtual tape library (VTL) device that the virtual tape is associated with.
public final Double progress()
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
Range: 0 (not started) to 100 (complete).
Range: 0 (not started) to 100 (complete).
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 contains tapes that will be archived. The tapes in this pool are archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
Valid Values: GLACIER | DEEP_ARCHIVE
Valid Values: GLACIER | DEEP_ARCHIVE
public final Boolean worm()
If the tape is archived as write-once-read-many (WORM), this value is true.
true.public final Instant retentionStartDate()
The date that the tape is first archived with tape retention lock enabled.
public final Instant poolEntryDate()
The date that the tape enters a custom tape pool.
public Tape.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Tape.Builder,Tape>public static Tape.Builder builder()
public static Class<? extends Tape.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.