@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., Windows
client).
|
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 final 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 final String secretToAuthenticateInitiator()
The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
public final String initiatorName()
The iSCSI initiator that connects to the target.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.