Describes a virtual tape object.

C# |
public class Tape

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Tape()()()() | Initializes a new instance of the Tape class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Progress |
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete. Range: 0 (not started) to 100
(complete).
|
![]() | TapeARN |
The Amazon Resource Name (ARN) of the virtual tape.
Constraints: |
![]() | TapeBarcode |
The barcode that identifies a specific virtual tape.
Constraints: |
![]() | TapeSizeInBytes |
The size, in bytes, of the virtual tape.
Constraints: |
![]() | TapeStatus |
The current state of the virtual tape.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VTLDevice |
The virtual tape library (VTL) device that the virtual tape is associated with.
Constraints: |
![]() | WithProgress(Double) | Obsolete.
Sets the Progress property
|
![]() | WithTapeARN(String) | Obsolete.
Sets the TapeARN property
|
![]() | WithTapeBarcode(String) | Obsolete.
Sets the TapeBarcode property
|
![]() | WithTapeSizeInBytes(Int64) | Obsolete.
Sets the TapeSizeInBytes property
|
![]() | WithTapeStatus(String) | Obsolete.
Sets the TapeStatus property
|
![]() | WithVTLDevice(String) | Obsolete.
Sets the VTLDevice property
|

Object | |
![]() | Tape |