MabFileFolderProtectedItemExtendedInfoArgs

data class MabFileFolderProtectedItemExtendedInfoArgs(val lastRefreshedAt: Output<String>? = null, val oldestRecoveryPoint: Output<String>? = null, val recoveryPointCount: Output<Int>? = null) : ConvertibleToJava<MabFileFolderProtectedItemExtendedInfoArgs>

Additional information on the backed up item.

Constructors

constructor(lastRefreshedAt: Output<String>? = null, oldestRecoveryPoint: Output<String>? = null, recoveryPointCount: Output<Int>? = null)

Properties

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

Last time when the agent data synced to service.

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

The oldest backup copy available.

Link copied to clipboard
val recoveryPointCount: Output<Int>? = null

Number of backup copies associated with the backup item.

Functions

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