MabContainerExtendedInfoArgs

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.

Constructors

Link copied to clipboard
constructor(backupItemType: Output<Either<String, BackupItemType>>? = null, backupItems: Output<List<String>>? = null, lastBackupStatus: Output<String>? = null, lastRefreshedAt: Output<String>? = null, policyName: Output<String>? = null)

Properties

Link copied to clipboard
val backupItems: Output<List<String>>? = null

List of backup items associated with this container.

Link copied to clipboard
val backupItemType: Output<Either<String, BackupItemType>>? = null

Type of backup items associated with this container.

Link copied to clipboard
val lastBackupStatus: Output<String>? = null

Latest backup status of this container.

Link copied to clipboard
val lastRefreshedAt: Output<String>? = null

Time stamp when this container was refreshed.

Link copied to clipboard
val policyName: Output<String>? = null

Backup policy associated with this container.

Functions

Link copied to clipboard
open override fun toJava(): MabContainerExtendedInfoArgs