ToCopyableBuilder<DescribeChapCredentialsResponse.Builder,DescribeChapCredentialsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeChapCredentialsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeChapCredentialsResponse.Builder,DescribeChapCredentialsResponse>
A JSON object containing a .
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeChapCredentialsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeChapCredentialsResponse.Builder |
builder() |
|
List<ChapInfo> |
chapCredentials() |
An array of ChapInfo objects that represent CHAP credentials.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeChapCredentialsResponse.Builder> |
serializableBuilderClass() |
|
DescribeChapCredentialsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ChapInfo> chapCredentials()
An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object with the following fields:
InitiatorName: The iSCSI initiator that connects to the target.
SecretToAuthenticateInitiator: The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
SecretToAuthenticateTarget: The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
TargetARN: The Amazon Resource Name (ARN) of the storage volume.
InitiatorName: The iSCSI initiator that connects to the target.
SecretToAuthenticateInitiator: The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.
SecretToAuthenticateTarget: The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
TargetARN: The Amazon Resource Name (ARN) of the storage volume.
public DescribeChapCredentialsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeChapCredentialsResponse.Builder,DescribeChapCredentialsResponse>
public static DescribeChapCredentialsResponse.Builder builder()
public static Class<? extends DescribeChapCredentialsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.