[][src]Struct rusoto_storagegateway::VolumeiSCSIAttributes

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

chap_enabled: Option<bool>

Indicates whether mutual CHAP is enabled for the iSCSI target.

lun_number: Option<i64>

The logical disk number.

network_interface_id: Option<String>

The network interface identifier.

network_interface_port: Option<i64>

The port used to communicate with iSCSI targets.

target_arn: Option<String>

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

Trait Implementations

impl Clone for VolumeiSCSIAttributes[src]

impl Debug for VolumeiSCSIAttributes[src]

impl Default for VolumeiSCSIAttributes[src]

impl<'de> Deserialize<'de> for VolumeiSCSIAttributes[src]

impl PartialEq<VolumeiSCSIAttributes> for VolumeiSCSIAttributes[src]

impl StructuralPartialEq for VolumeiSCSIAttributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.