Struct rusoto_storagegateway::VolumeiSCSIAttributes[][src]

pub struct VolumeiSCSIAttributes {
    pub chap_enabled: Option<bool>,
    pub lun_number: Option<i64>,
    pub network_interface_id: Option<String>,
    pub network_interface_port: Option<i64>,
    pub target_arn: Option<String>,
}

Lists iSCSI information about a volume.

Fields

Indicates whether mutual CHAP is enabled for the iSCSI target.

The logical disk number.

The network interface identifier.

The port used to communicate with iSCSI targets.

The Amazon Resource Name (ARN) of the volume target.

Trait Implementations

impl Default for VolumeiSCSIAttributes
[src]

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

impl Debug for VolumeiSCSIAttributes
[src]

Formats the value using the given formatter. Read more

impl Clone for VolumeiSCSIAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VolumeiSCSIAttributes
[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