Struct rusoto_storagegateway::ChapInfo[][src]

pub struct ChapInfo {
    pub initiator_name: Option<String>,
    pub secret_to_authenticate_initiator: Option<String>,
    pub secret_to_authenticate_target: Option<String>,
    pub target_arn: Option<String>,
}

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

Fields

The iSCSI initiator that connects to the target.

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

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

The Amazon Resource Name (ARN) of the volume.

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

Trait Implementations

impl Default for ChapInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for ChapInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ChapInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChapInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for ChapInfo

impl Sync for ChapInfo