|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.ChapInfo
public class ChapInfo
Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.
Constructor Summary | |
---|---|
ChapInfo()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInitiatorName()
The iSCSI initiator that connects to the target. |
String |
getSecretToAuthenticateInitiator()
The secret key that the initiator (e.g. |
String |
getSecretToAuthenticateTarget()
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. |
String |
getTargetARN()
The Amazon Resource Name (ARN) of the volume. |
int |
hashCode()
|
void |
setInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. |
void |
setSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (e.g. |
void |
setSecretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. |
void |
setTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ChapInfo |
withInitiatorName(String initiatorName)
The iSCSI initiator that connects to the target. |
ChapInfo |
withSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
The secret key that the initiator (e.g. |
ChapInfo |
withSecretToAuthenticateTarget(String secretToAuthenticateTarget)
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. |
ChapInfo |
withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChapInfo()
Method Detail |
---|
public String getTargetARN()
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 50 - 800
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
public void setTargetARN(String targetARN)
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 50 - 800
targetARN
- The Amazon Resource Name (ARN) of the volume. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
public ChapInfo withTargetARN(String targetARN)
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
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. Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
public String getSecretToAuthenticateInitiator()
Length: 12 to 16.
Constraints:
Length: 12 - 16
Length: 12 to 16.
public void setSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
Length: 12 to 16.
Constraints:
Length: 12 - 16
secretToAuthenticateInitiator
- The secret key that the initiator (e.g. Windows client) must provide
to participate in mutual CHAP with the target. Length: 12 to 16.
public ChapInfo withSecretToAuthenticateInitiator(String secretToAuthenticateInitiator)
Length: 12 to 16.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 16
secretToAuthenticateInitiator
- The secret key that the initiator (e.g. Windows client) must provide
to participate in mutual CHAP with the target. Length: 12 to 16.
public String getInitiatorName()
Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
public void setInitiatorName(String initiatorName)
Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName
- The iSCSI initiator that connects to the target. Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
public ChapInfo withInitiatorName(String initiatorName)
Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [0-9a-z:.-]+
initiatorName
- The iSCSI initiator that connects to the target. Length: Minimum length of 1. Maximum length of 255.
Valid Values: The target name can contain lowercase letters, numbers, periods (.), and hyphens (-).
public String getSecretToAuthenticateTarget()
Length: 12 to 16.
Constraints:
Length: 12 - 16
Length: 12 to 16.
public void setSecretToAuthenticateTarget(String secretToAuthenticateTarget)
Length: 12 to 16.
Constraints:
Length: 12 - 16
secretToAuthenticateTarget
- The secret key that the target must provide to participate in mutual
CHAP with the initiator (e.g. Windows client). Length: 12 to 16.
public ChapInfo withSecretToAuthenticateTarget(String secretToAuthenticateTarget)
Length: 12 to 16.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 12 - 16
secretToAuthenticateTarget
- The secret key that the target must provide to participate in mutual
CHAP with the initiator (e.g. Windows client). Length: 12 to 16.
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 |