Class UpdateChapCredentialsRequest

    • Method Detail

      • targetARN

        public final String targetARN()

        The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.

        Returns:
        The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return the TargetARN for specified VolumeARN.
      • secretToAuthenticateInitiator

        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.

        The secret key must be between 12 and 16 bytes when encoded in UTF-8.

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

        The secret key must be between 12 and 16 bytes when encoded in UTF-8.

      • initiatorName

        public final String initiatorName()

        The iSCSI initiator that connects to the target.

        Returns:
        The iSCSI initiator that connects to the target.
      • secretToAuthenticateTarget

        public final String secretToAuthenticateTarget()

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

        Byte constraints: Minimum bytes of 12. Maximum bytes of 16.

        The secret key must be between 12 and 16 bytes when encoded in UTF-8.

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

        Byte constraints: Minimum bytes of 12. Maximum bytes of 16.

        The secret key must be between 12 and 16 bytes when encoded in UTF-8.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object