@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.
|
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.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape.
public String tapeBarcode()
The barcode that identifies a specific virtual tape.
public Instant tapeCreatedDate()
The date the virtual tape was created.
public Long tapeSizeInBytes()
The size, in bytes, of the virtual tape capacity.
public String tapeStatus()
The current state of the virtual tape.
public String vtlDevice()
The virtual tape library (VTL) device that the virtual tape is associated with.
public 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 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 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 (Glacier or Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
Valid values: "GLACIER", "DEEP_ARCHIVE"
public Tape.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Tape.Builder,Tape>public static Tape.Builder builder()
public static Class<? extends Tape.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.