AzureSqlProtectedItemExtendedInfoArgs

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

Additional information on Azure Sql specific protected item.

Constructors

Link copied to clipboard
constructor(oldestRecoveryPoint: Output<String>? = null, policyState: Output<String>? = null, recoveryPointCount: Output<Int>? = null)

Properties

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

The oldest backup copy available for this item in the service.

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

State of the backup policy associated with this backup item.

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

Number of available backup copies associated with this backup item.

Functions

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