|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.VTLDevice
public class VTLDevice
Represents a device object associated with a Gateway-Virtual Tape Library.
Constructor Summary | |
---|---|
VTLDevice()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VTLDevice()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |