Struct rusoto_storagegateway::DeviceiSCSIAttributes[][src]

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

Lists iSCSI information about a VTL device.

Fields

Indicates whether mutual CHAP is enabled for the iSCSI target.

The network interface identifier of the VTL device.

The port used to communicate with iSCSI VTL device targets.

Specifies the unique Amazon Resource Name(ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

Trait Implementations

impl Default for DeviceiSCSIAttributes
[src]

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

impl Debug for DeviceiSCSIAttributes
[src]

Formats the value using the given formatter. Read more

impl Clone for DeviceiSCSIAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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