public class DeviceiSCSIAttributes extends Object implements Serializable
Lists iSCSI information about a VTL device.
Constructor and Description |
---|
DeviceiSCSIAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getChapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
String |
getNetworkInterfaceId()
The network interface identifier of the VTL device.
|
Integer |
getNetworkInterfacePort()
The port used to communicate with iSCSI VTL device targets.
|
String |
getTargetARN()
Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.
|
int |
hashCode() |
Boolean |
isChapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
void |
setChapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
void |
setNetworkInterfaceId(String networkInterfaceId)
The network interface identifier of the VTL device.
|
void |
setNetworkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI VTL device targets.
|
void |
setTargetARN(String targetARN)
Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeviceiSCSIAttributes |
withChapEnabled(Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
DeviceiSCSIAttributes |
withNetworkInterfaceId(String networkInterfaceId)
The network interface identifier of the VTL device.
|
DeviceiSCSIAttributes |
withNetworkInterfacePort(Integer networkInterfacePort)
The port used to communicate with iSCSI VTL device targets.
|
DeviceiSCSIAttributes |
withTargetARN(String targetARN)
Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.
|
public String getTargetARN()
Constraints:
Length: 50 - 800
public void setTargetARN(String targetARN)
Constraints:
Length: 50 - 800
targetARN
- Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.public DeviceiSCSIAttributes withTargetARN(String targetARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 800
targetARN
- Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI
qualified name(iqn) of a tape drive or media changer target.public String getNetworkInterfaceId()
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
public void setNetworkInterfaceId(String networkInterfaceId)
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
networkInterfaceId
- The network interface identifier of the VTL device.public DeviceiSCSIAttributes withNetworkInterfaceId(String networkInterfaceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: \A(25[0-5]|2[0-4]\d|[0-1]?\d?\d)(\.(25[0-5]|2[0-4]\d|[0-1]?\d?\d)){3}\z
networkInterfaceId
- The network interface identifier of the VTL device.public Integer getNetworkInterfacePort()
public void setNetworkInterfacePort(Integer networkInterfacePort)
networkInterfacePort
- The port used to communicate with iSCSI VTL device targets.public DeviceiSCSIAttributes withNetworkInterfacePort(Integer networkInterfacePort)
Returns a reference to this object so that method calls can be chained together.
networkInterfacePort
- The port used to communicate with iSCSI VTL device targets.public Boolean isChapEnabled()
public void setChapEnabled(Boolean chapEnabled)
chapEnabled
- Indicates whether mutual CHAP is enabled for the iSCSI target.public DeviceiSCSIAttributes withChapEnabled(Boolean chapEnabled)
Returns a reference to this object so that method calls can be chained together.
chapEnabled
- Indicates whether mutual CHAP is enabled for the iSCSI target.public Boolean getChapEnabled()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.