@Generated(value="software.amazon.awssdk:codegen") public final class TapeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TapeInfo.Builder,TapeInfo>
Describes a virtual tape.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TapeInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TapeInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
poolEntryDate()
The date that the tape entered the custom tape pool with tape retention lock enabled.
|
String |
poolId()
The ID of the pool that you want to add your tape to for archiving.
|
Instant |
retentionStartDate()
The date that the tape became subject to tape retention lock.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TapeInfo.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of a virtual tape.
|
String |
tapeBarcode()
The barcode that identifies a specific virtual tape.
|
Long |
tapeSizeInBytes()
The size, in bytes, of a virtual tape.
|
String |
tapeStatus()
The status of the tape.
|
TapeInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tapeARN()
The Amazon Resource Name (ARN) of a virtual tape.
public final String tapeBarcode()
The barcode that identifies a specific virtual tape.
public final Long tapeSizeInBytes()
The size, in bytes, of a virtual tape.
public final String tapeStatus()
The status of the tape.
public final String gatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
public final String poolId()
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is 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.
public final Instant retentionStartDate()
The date that the tape became subject to tape retention lock.
public final Instant poolEntryDate()
The date that the tape entered the custom tape pool with tape retention lock enabled.
public TapeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TapeInfo.Builder,TapeInfo>public static TapeInfo.Builder builder()
public static Class<? extends TapeInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.