PoolInfo class

Describes a custom tape pool.

Constructors

PoolInfo({String? poolARN, String? poolName, PoolStatus? poolStatus, int? retentionLockTimeInDays, RetentionLockType? retentionLockType, TapeStorageClass? storageClass})
PoolInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
poolARN String?
The Amazon Resource Name (ARN) of the custom tape pool. Use the ListTapePools operation to return a list of custom tape pools for your account and AWS Region.
final
poolName String?
The name of the custom tape pool. PoolName can use all ASCII characters, except '/' and ''.
final
poolStatus PoolStatus?
Status of the custom tape pool. Pool can be ACTIVE or DELETED.
final
retentionLockTimeInDays int?
Tape retention lock time is set in days. Tape retention lock can be enabled for up to 100 years (36,500 days).
final
retentionLockType RetentionLockType?
Tape retention lock type, which can be configured in two modes. When configured in governance mode, AWS accounts with specific IAM permissions are authorized to remove the tape retention lock from archived virtual tapes. When configured in compliance mode, the tape retention lock cannot be removed by any user, including the root AWS account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageClass TapeStorageClass?
The storage class that is associated with the custom 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

Methods

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

Operators

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