You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::ChapInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes Challenge-Handshake Authentication Protocol (CHAP) information that supports authentication between your gateway and iSCSI initiators.

Instance Attribute Summary collapse

Instance Attribute Details

#initiator_nameString

The iSCSI initiator that connects to the target.

Returns:

  • (String)

    The iSCSI initiator that connects to the target.

#secret_to_authenticate_initiatorString

The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.

Returns:

  • (String)

    The secret key that the initiator (for example, the Windows client) must provide to participate in mutual CHAP with the target.

#secret_to_authenticate_targetString

The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).

Returns:

  • (String)

    The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g., Windows client).

#target_arnString

The Amazon Resource Name (ARN) of the volume.

Valid Values: 50 to 500 lowercase letters, numbers, periods (.), and hyphens (-).

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the volume.