AzureVmWorkloadProtectedItemExtendedInfoResponse

data class AzureVmWorkloadProtectedItemExtendedInfoResponse(val newestRecoveryPointInArchive: String? = null, val oldestRecoveryPoint: String? = null, val oldestRecoveryPointInArchive: String? = null, val oldestRecoveryPointInVault: String? = null, val policyState: String? = null, val recoveryModel: String? = null, val recoveryPointCount: Int? = null)

Additional information on Azure Workload for SQL specific backup item.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

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

Link copied to clipboard
val policyState: String? = null

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

Link copied to clipboard
val recoveryModel: String? = null

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

Link copied to clipboard
val recoveryPointCount: Int? = null

Number of backup copies available for this backup item.