Class VTLDevice
java.lang.Object
com.amazonaws.services.storagegateway.model.VTLDevice
- All Implemented Interfaces:
Serializable, Cloneable
Represents a device object associated with a gateway-VTL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of iSCSI information about a VTL device.Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).inthashCode()voidsetDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes) A list of iSCSI information about a VTL device.voidsetVTLDeviceARN(String vTLDeviceARN) Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).voidsetVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier) voidsetVTLDeviceType(String vTLDeviceType) voidsetVTLDeviceVendor(String vTLDeviceVendor) toString()Returns a string representation of this object; useful for testing and debugging.withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes) A list of iSCSI information about a VTL device.withVTLDeviceARN(String vTLDeviceARN) Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier) withVTLDeviceType(String vTLDeviceType) withVTLDeviceVendor(String vTLDeviceVendor)
-
Constructor Details
-
VTLDevice
public VTLDevice()
-
-
Method Details
-
setVTLDeviceARN
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
- Parameters:
vTLDeviceARN- Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
-
getVTLDeviceARN
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
- Returns:
- Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
-
withVTLDeviceARN
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
- Parameters:
vTLDeviceARN- Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVTLDeviceType
- Parameters:
vTLDeviceType-
-
getVTLDeviceType
- Returns:
-
withVTLDeviceType
-
setVTLDeviceVendor
- Parameters:
vTLDeviceVendor-
-
getVTLDeviceVendor
- Returns:
-
withVTLDeviceVendor
-
setVTLDeviceProductIdentifier
- Parameters:
vTLDeviceProductIdentifier-
-
getVTLDeviceProductIdentifier
- Returns:
-
withVTLDeviceProductIdentifier
-
setDeviceiSCSIAttributes
A list of iSCSI information about a VTL device.
- Parameters:
deviceiSCSIAttributes- A list of iSCSI information about a VTL device.
-
getDeviceiSCSIAttributes
A list of iSCSI information about a VTL device.
- Returns:
- A list of iSCSI information about a VTL device.
-
withDeviceiSCSIAttributes
A list of iSCSI information about a VTL device.
- Parameters:
deviceiSCSIAttributes- A list of iSCSI information about a VTL device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-