Class VTLDevice
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.VTLDevice
-
- All Implemented Interfaces:
Serializable,Cloneable
public class VTLDevice extends Object implements Serializable, Cloneable
Represents a device object associated with a gateway-VTL.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VTLDevice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VTLDeviceclone()booleanequals(Object obj)DeviceiSCSIAttributesgetDeviceiSCSIAttributes()A list of iSCSI information about a VTL device.StringgetVTLDeviceARN()Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).StringgetVTLDeviceProductIdentifier()StringgetVTLDeviceType()StringgetVTLDeviceVendor()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)StringtoString()Returns a string representation of this object; useful for testing and debugging.VTLDevicewithDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)A list of iSCSI information about a VTL device.VTLDevicewithVTLDeviceARN(String vTLDeviceARN)Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).VTLDevicewithVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)VTLDevicewithVTLDeviceType(String vTLDeviceType)VTLDevicewithVTLDeviceVendor(String vTLDeviceVendor)
-
-
-
Method Detail
-
setVTLDeviceARN
public void setVTLDeviceARN(String vTLDeviceARN)
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
public String 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
public VTLDevice withVTLDeviceARN(String vTLDeviceARN)
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
public void setVTLDeviceType(String vTLDeviceType)
- Parameters:
vTLDeviceType-
-
getVTLDeviceType
public String getVTLDeviceType()
- Returns:
-
withVTLDeviceType
public VTLDevice withVTLDeviceType(String vTLDeviceType)
- Parameters:
vTLDeviceType-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVTLDeviceVendor
public void setVTLDeviceVendor(String vTLDeviceVendor)
- Parameters:
vTLDeviceVendor-
-
getVTLDeviceVendor
public String getVTLDeviceVendor()
- Returns:
-
withVTLDeviceVendor
public VTLDevice withVTLDeviceVendor(String vTLDeviceVendor)
- Parameters:
vTLDeviceVendor-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVTLDeviceProductIdentifier
public void setVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
- Parameters:
vTLDeviceProductIdentifier-
-
getVTLDeviceProductIdentifier
public String getVTLDeviceProductIdentifier()
- Returns:
-
withVTLDeviceProductIdentifier
public VTLDevice withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
- Parameters:
vTLDeviceProductIdentifier-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeviceiSCSIAttributes
public void setDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
- Parameters:
deviceiSCSIAttributes- A list of iSCSI information about a VTL device.
-
getDeviceiSCSIAttributes
public DeviceiSCSIAttributes getDeviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
- Returns:
- A list of iSCSI information about a VTL device.
-
withDeviceiSCSIAttributes
public VTLDevice withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
-