@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() |
String |
poolId()
The ID of the pool that you want to add your tape to for archiving.
|
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 String tapeARN()
The Amazon Resource Name (ARN) of a virtual tape.
public String tapeBarcode()
The barcode that identifies a specific virtual tape.
public Long tapeSizeInBytes()
The size, in bytes, of a virtual tape.
public String tapeStatus()
The status of the tape.
public String gatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
public 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 (Glacier or Deep Archive) that corresponds to the pool.
Valid values: "GLACIER", "DEEP_ARCHIVE"
Valid values: "GLACIER", "DEEP_ARCHIVE"
public TapeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TapeInfo.Builder,TapeInfo>public static TapeInfo.Builder builder()
public static Class<? extends TapeInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.