Mab Container Extended Info Args
data class MabContainerExtendedInfoArgs(val backupItemType: Output<Either<String, BackupItemType>>? = null, val backupItems: Output<List<String>>? = null, val lastBackupStatus: Output<String>? = null, val lastRefreshedAt: Output<String>? = null, val policyName: Output<String>? = null) : ConvertibleToJava<MabContainerExtendedInfoArgs>
Additional information of the container.
Properties
Link copied to clipboard
List of backup items associated with this container.
Link copied to clipboard
Type of backup items associated with this container.
Link copied to clipboard
Latest backup status of this container.
Link copied to clipboard
Time stamp when this container was refreshed.
Link copied to clipboard
Backup policy associated with this container.