public class VTLDevice extends Object implements Serializable
Represents a device object associated with a Gateway-Virtual Tape Library.
Constructor and Description |
---|
VTLDevice() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
DeviceiSCSIAttributes |
getDeviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
|
String |
getVTLDeviceARN()
Specifies the unique Amazon Resource Name (ARN) of the Virtual Tape
Library device (tape drive or media changer).
|
String |
getVTLDeviceProductIdentifier()
Returns the value of the VTLDeviceProductIdentifier property for this
object.
|
String |
getVTLDeviceType()
Returns the value of the VTLDeviceType property for this object.
|
String |
getVTLDeviceVendor()
Returns the value of the VTLDeviceVendor property for this object.
|
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 Virtual Tape
Library device (tape drive or media changer).
|
void |
setVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
Sets the value of the VTLDeviceProductIdentifier property for this
object.
|
void |
setVTLDeviceType(String vTLDeviceType)
Sets the value of the VTLDeviceType property for this object.
|
void |
setVTLDeviceVendor(String vTLDeviceVendor)
Sets the value of the VTLDeviceVendor property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VTLDevice |
withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
A list of iSCSI information about a VTL device.
|
VTLDevice |
withVTLDeviceARN(String vTLDeviceARN)
Specifies the unique Amazon Resource Name (ARN) of the Virtual Tape
Library device (tape drive or media changer).
|
VTLDevice |
withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
Sets the value of the VTLDeviceProductIdentifier property for this
object.
|
VTLDevice |
withVTLDeviceType(String vTLDeviceType)
Sets the value of the VTLDeviceType property for this object.
|
VTLDevice |
withVTLDeviceVendor(String vTLDeviceVendor)
Sets the value of the VTLDeviceVendor property for this object.
|
public String getVTLDeviceARN()
Constraints:
Length: 50 - 500
public void setVTLDeviceARN(String vTLDeviceARN)
Constraints:
Length: 50 - 500
vTLDeviceARN
- Specifies the unique Amazon Resource Name (ARN) of the Virtual Tape
Library device (tape drive or media changer).public VTLDevice withVTLDeviceARN(String vTLDeviceARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
vTLDeviceARN
- Specifies the unique Amazon Resource Name (ARN) of the Virtual Tape
Library device (tape drive or media changer).public String getVTLDeviceType()
public void setVTLDeviceType(String vTLDeviceType)
vTLDeviceType
- The new value for the VTLDeviceType property for this object.public VTLDevice withVTLDeviceType(String vTLDeviceType)
Returns a reference to this object so that method calls can be chained together.
vTLDeviceType
- The new value for the VTLDeviceType property for this object.public String getVTLDeviceVendor()
public void setVTLDeviceVendor(String vTLDeviceVendor)
vTLDeviceVendor
- The new value for the VTLDeviceVendor property for this object.public VTLDevice withVTLDeviceVendor(String vTLDeviceVendor)
Returns a reference to this object so that method calls can be chained together.
vTLDeviceVendor
- The new value for the VTLDeviceVendor property for this object.public String getVTLDeviceProductIdentifier()
public void setVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
vTLDeviceProductIdentifier
- The new value for the VTLDeviceProductIdentifier property for this
object.public VTLDevice withVTLDeviceProductIdentifier(String vTLDeviceProductIdentifier)
Returns a reference to this object so that method calls can be chained together.
vTLDeviceProductIdentifier
- The new value for the VTLDeviceProductIdentifier property for this
object.public DeviceiSCSIAttributes getDeviceiSCSIAttributes()
public void setDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
deviceiSCSIAttributes
- A list of iSCSI information about a VTL device.public VTLDevice withDeviceiSCSIAttributes(DeviceiSCSIAttributes deviceiSCSIAttributes)
Returns a reference to this object so that method calls can be chained together.
deviceiSCSIAttributes
- A list of iSCSI information about a VTL device.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.