@Generated(value="software.amazon.awssdk:codegen") public final class VTLDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VTLDevice.Builder,VTLDevice>
Represents a device object associated with a tape gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VTLDevice.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VTLDevice.Builder |
builder() |
DeviceiSCSIAttributes |
deviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VTLDevice.Builder> |
serializableBuilderClass() |
VTLDevice.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vtlDeviceARN()
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
|
String |
vtlDeviceProductIdentifier()
Specifies the model number of device that the VTL device emulates.
|
String |
vtlDeviceType()
Specifies the type of device that the VTL device emulates.
|
String |
vtlDeviceVendor()
Specifies the vendor of the device that the VTL device object emulates.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vtlDeviceARN()
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
public String vtlDeviceType()
Specifies the type of device that the VTL device emulates.
public String vtlDeviceVendor()
Specifies the vendor of the device that the VTL device object emulates.
public String vtlDeviceProductIdentifier()
Specifies the model number of device that the VTL device emulates.
public DeviceiSCSIAttributes deviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
public VTLDevice.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VTLDevice.Builder,VTLDevice>public static VTLDevice.Builder builder()
public static Class<? extends VTLDevice.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.