@Generated(value="software.amazon.awssdk:codegen") public final class ChapInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChapInfo.Builder,ChapInfo>
Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChapInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChapInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initiatorName()
The iSCSI initiator that connects to the target.
|
List<SdkField<?>> |
sdkFields() |
String |
secretToAuthenticateInitiator()
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP
with the target.
|
String |
secretToAuthenticateTarget()
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g.
|
static Class<? extends ChapInfo.Builder> |
serializableBuilderClass() |
String |
targetARN()
The Amazon Resource Name (ARN) of the volume.
|
ChapInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetARN()
The Amazon Resource Name (ARN) of the volume.
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).
public String secretToAuthenticateInitiator()
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
public String initiatorName()
The iSCSI initiator that connects to the target.
public String secretToAuthenticateTarget()
The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
public ChapInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChapInfo.Builder,ChapInfo>public static ChapInfo.Builder builder()
public static Class<? extends ChapInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.