AzureVmWorkloadProtectedItemExtendedInfoArgs

data class AzureVmWorkloadProtectedItemExtendedInfoArgs(val newestRecoveryPointInArchive: Output<String>? = null, val oldestRecoveryPoint: Output<String>? = null, val oldestRecoveryPointInArchive: Output<String>? = null, val oldestRecoveryPointInVault: Output<String>? = null, val policyState: Output<String>? = null, val recoveryModel: Output<String>? = null, val recoveryPointCount: Output<Int>? = null) : ConvertibleToJava<AzureVmWorkloadProtectedItemExtendedInfoArgs>

Additional information on Azure Workload for SQL specific backup item.

Constructors

constructor(newestRecoveryPointInArchive: Output<String>? = null, oldestRecoveryPoint: Output<String>? = null, oldestRecoveryPointInArchive: Output<String>? = null, oldestRecoveryPointInVault: Output<String>? = null, policyState: Output<String>? = null, recoveryModel: Output<String>? = null, recoveryPointCount: Output<Int>? = null)

Properties

Link copied to clipboard

The latest backup copy available for this backup item in archive tier

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

The oldest backup copy available for this backup item across all tiers.

Link copied to clipboard

The oldest backup copy available for this backup item in archive tier

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

The oldest backup copy available for this backup item in vault tier

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

Indicates consistency of policy object and policy applied to this backup item.

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

Indicates consistency of policy object and policy applied to this backup item.

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

Number of backup copies available for this backup item.

Functions

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