AzureVmWorkloadProtectedItemExtendedInfoResponse

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

Additional information on Azure Workload for SQL specific backup item.

Constructors

constructor(oldestRecoveryPoint: String? = null, policyState: String? = null, recoveryPointCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The oldest backup copy available for this backup item.

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 recoveryPointCount: Int? = null

Number of backup copies available for this backup item.