Struct rusoto_storagegateway::Tape[][src]

pub struct Tape {
    pub progress: Option<f64>,
    pub tape_arn: Option<String>,
    pub tape_barcode: Option<String>,
    pub tape_created_date: Option<f64>,
    pub tape_size_in_bytes: Option<i64>,
    pub tape_status: Option<String>,
    pub tape_used_in_bytes: Option<i64>,
    pub vtl_device: Option<String>,
}

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 date the virtual tape was created.

The size, in bytes, of the virtual tape capacity.

The current state of the virtual tape.

The size, in bytes, of data stored on the virtual tape.

This value is not available for tapes created prior to May 13, 2015.

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. Read more

impl Clone for Tape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Tape

impl Sync for Tape