[][src]Struct rusoto_storagegateway::VTLDevice

pub struct VTLDevice {
    pub devicei_scsi_attributes: Option<DeviceiSCSIAttributes>,
    pub vtl_device_arn: Option<String>,
    pub vtl_device_product_identifier: Option<String>,
    pub vtl_device_type: Option<String>,
    pub vtl_device_vendor: Option<String>,
}

Represents a device object associated with a tape gateway.

Fields

devicei_scsi_attributes: Option<DeviceiSCSIAttributes>

A list of iSCSI information about a VTL device.

vtl_device_arn: Option<String>

Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

vtl_device_product_identifier: Option<String>

Specifies the model number of device that the VTL device emulates.

vtl_device_type: Option<String>

Specifies the type of device that the VTL device emulates.

vtl_device_vendor: Option<String>

Specifies the vendor of the device that the VTL device object emulates.

Trait Implementations

impl Clone for VTLDevice[src]

impl Debug for VTLDevice[src]

impl Default for VTLDevice[src]

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

impl PartialEq<VTLDevice> for VTLDevice[src]

impl StructuralPartialEq for VTLDevice[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.