SqlBackupDataResponse

data class SqlBackupDataResponse(val backupPolicy: DBBackupPolicyPropertiesResponse, val backupType: String, val recoveryServicesVault: Either<ExistingRecoveryServicesVaultResponse, NewRecoveryServicesVaultResponse>)

Defines the SQL Backup data for a virtual instance for SAP.

Constructors

Link copied to clipboard
constructor(backupPolicy: DBBackupPolicyPropertiesResponse, backupType: String, recoveryServicesVault: Either<ExistingRecoveryServicesVaultResponse, NewRecoveryServicesVaultResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the policy properties for database backup.

Link copied to clipboard

The type of backup, VM, SQL or HANA. Expected value is 'SQL'.

Link copied to clipboard

The properties of the recovery services vault used for backup.