AutomaticTapeCreationRule class

An automatic tape creation policy consists of automatic tape creation rules where each rule defines when and how to create new tapes. For more information about automatic tape creation, see Creating Tapes Automatically.

Constructors

AutomaticTapeCreationRule({required int minimumNumTapes, required String poolId, required String tapeBarcodePrefix, required int tapeSizeInBytes, bool? worm})
AutomaticTapeCreationRule.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
minimumNumTapes int
The minimum number of available virtual tapes that the gateway maintains at all times. If the number of tapes on the gateway goes below this value, the gateway creates as many new tapes as are needed to have MinimumNumTapes on the gateway. For more information about automatic tape creation, see Creating Tapes Automatically.
final
poolId String
The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the Amazon S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapeBarcodePrefix String
A prefix that you append to the barcode of the virtual tape that you are creating. This prefix makes the barcode unique.
final
tapeSizeInBytes int
The size, in bytes, of the virtual tape capacity.
final
worm bool?
Set to true to indicate that tapes are to be archived as write-once-read-many (WORM). Set to false when WORM is not enabled for tapes.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited