public class VolumeiSCSIAttributes
extends java.lang.Object
implements java.io.Serializable
Lists iSCSI information about a volume.
| コンストラクタと説明 |
|---|
VolumeiSCSIAttributes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getChapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
java.lang.Integer |
getLunNumber()
The logical disk number.
|
java.lang.String |
getNetworkInterfaceId()
The network interface identifier.
|
java.lang.Integer |
getNetworkInterfacePort()
The port used to communicate with iSCSI targets.
|
java.lang.String |
getTargetARN()
The Amazon Resource Name (ARN) of the volume target.
|
int |
hashCode() |
java.lang.Boolean |
isChapEnabled()
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
void |
setChapEnabled(java.lang.Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
void |
setLunNumber(java.lang.Integer lunNumber)
The logical disk number.
|
void |
setNetworkInterfaceId(java.lang.String networkInterfaceId)
The network interface identifier.
|
void |
setNetworkInterfacePort(java.lang.Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
|
void |
setTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the volume target.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeiSCSIAttributes |
withChapEnabled(java.lang.Boolean chapEnabled)
Indicates whether mutual CHAP is enabled for the iSCSI target.
|
VolumeiSCSIAttributes |
withLunNumber(java.lang.Integer lunNumber)
The logical disk number.
|
VolumeiSCSIAttributes |
withNetworkInterfaceId(java.lang.String networkInterfaceId)
The network interface identifier.
|
VolumeiSCSIAttributes |
withNetworkInterfacePort(java.lang.Integer networkInterfacePort)
The port used to communicate with iSCSI targets.
|
VolumeiSCSIAttributes |
withTargetARN(java.lang.String targetARN)
The Amazon Resource Name (ARN) of the volume target.
|
public java.lang.String getTargetARN()
Constraints:
Length: 50 - 800
public void setTargetARN(java.lang.String targetARN)
Constraints:
Length: 50 - 800
targetARN - The Amazon Resource Name (ARN) of the volume target.public VolumeiSCSIAttributes withTargetARN(java.lang.String targetARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 800
targetARN - The Amazon Resource Name (ARN) of the volume target.public java.lang.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(java.lang.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.public VolumeiSCSIAttributes withNetworkInterfaceId(java.lang.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.public java.lang.Integer getNetworkInterfacePort()
public void setNetworkInterfacePort(java.lang.Integer networkInterfacePort)
networkInterfacePort - The port used to communicate with iSCSI targets.public VolumeiSCSIAttributes withNetworkInterfacePort(java.lang.Integer networkInterfacePort)
Returns a reference to this object so that method calls can be chained together.
networkInterfacePort - The port used to communicate with iSCSI targets.public java.lang.Integer getLunNumber()
Constraints:
Range: 1 -
public void setLunNumber(java.lang.Integer lunNumber)
Constraints:
Range: 1 -
lunNumber - The logical disk number.public VolumeiSCSIAttributes withLunNumber(java.lang.Integer lunNumber)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
lunNumber - The logical disk number.public java.lang.Boolean isChapEnabled()
public void setChapEnabled(java.lang.Boolean chapEnabled)
chapEnabled - Indicates whether mutual CHAP is enabled for the iSCSI target.public VolumeiSCSIAttributes withChapEnabled(java.lang.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 java.lang.Boolean getChapEnabled()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object