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()
boolean
A list of iSCSI information about a VTL device.Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).int
hashCode()
void
setDeviceiSCSIAttributes
(DeviceiSCSIAttributes deviceiSCSIAttributes) A list of iSCSI information about a VTL device.void
setVTLDeviceARN
(String vTLDeviceARN) Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).void
setVTLDeviceProductIdentifier
(String vTLDeviceProductIdentifier) void
setVTLDeviceType
(String vTLDeviceType) void
setVTLDeviceVendor
(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
- Parameters:
vTLDeviceType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVTLDeviceVendor
- Parameters:
vTLDeviceVendor
-
-
getVTLDeviceVendor
- Returns:
-
withVTLDeviceVendor
- Parameters:
vTLDeviceVendor
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVTLDeviceProductIdentifier
- Parameters:
vTLDeviceProductIdentifier
-
-
getVTLDeviceProductIdentifier
- Returns:
-
withVTLDeviceProductIdentifier
- Parameters:
vTLDeviceProductIdentifier
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-