Struct rusoto_storagegateway::Tape [] [src]

pub struct Tape {
    pub progress: Option<DoubleObject>,
    pub tape_arn: Option<TapeARN>,
    pub tape_barcode: Option<TapeBarcode>,
    pub tape_created_date: Option<Time>,
    pub tape_size_in_bytes: Option<TapeSize>,
    pub tape_status: Option<TapeStatus>,
    pub vtl_device: Option<VTLDeviceARN>,
}

Describes a virtual tape object.

Fields

For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

Range: 0 (not started) to 100 (complete).

The Amazon Resource Name (ARN) of the virtual tape.

The barcode that identifies a specific virtual tape.

The size, in bytes, of the virtual tape.

The current state of the virtual tape.

The virtual tape library (VTL) device that the virtual tape is associated with.

Trait Implementations

impl Default for Tape
[src]

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

impl Debug for Tape
[src]

Formats the value using the given formatter.

impl Clone for Tape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more