AzureVmWorkloadSAPAseDatabaseProtectedItemResponse

data class AzureVmWorkloadSAPAseDatabaseProtectedItemResponse(val backupManagementType: String, val backupSetName: String? = null, val containerName: String? = null, val createMode: String? = null, val deferredDeleteTimeInUTC: String? = null, val deferredDeleteTimeRemaining: String? = null, val extendedInfo: AzureVmWorkloadProtectedItemExtendedInfoResponse? = null, val friendlyName: String, val isArchiveEnabled: Boolean? = null, val isDeferredDeleteScheduleUpcoming: Boolean? = null, val isRehydrate: Boolean? = null, val isScheduledForDeferredDelete: Boolean? = null, val kpisHealths: Map<String, KPIResourceHealthDetailsResponse>? = null, val lastBackupErrorDetail: ErrorDetailResponse? = null, val lastBackupStatus: String? = null, val lastBackupTime: String? = null, val lastRecoveryPoint: String? = null, val nodesList: List<DistributedNodesInfoResponse>? = null, val parentName: String? = null, val parentType: String? = null, val policyId: String? = null, val policyName: String? = null, val protectedItemDataSourceId: String? = null, val protectedItemHealthStatus: String? = null, val protectedItemType: String, val protectionState: String? = null, val protectionStatus: String, val resourceGuardOperationRequests: List<String>? = null, val serverName: String? = null, val softDeleteRetentionPeriodInDays: Int? = null, val sourceResourceId: String? = null, val vaultId: String, val workloadType: String)

Azure VM workload-specific protected item representing SAP ASE Database.

Constructors

constructor(backupManagementType: String, backupSetName: String? = null, containerName: String? = null, createMode: String? = null, deferredDeleteTimeInUTC: String? = null, deferredDeleteTimeRemaining: String? = null, extendedInfo: AzureVmWorkloadProtectedItemExtendedInfoResponse? = null, friendlyName: String, isArchiveEnabled: Boolean? = null, isDeferredDeleteScheduleUpcoming: Boolean? = null, isRehydrate: Boolean? = null, isScheduledForDeferredDelete: Boolean? = null, kpisHealths: Map<String, KPIResourceHealthDetailsResponse>? = null, lastBackupErrorDetail: ErrorDetailResponse? = null, lastBackupStatus: String? = null, lastBackupTime: String? = null, lastRecoveryPoint: String? = null, nodesList: List<DistributedNodesInfoResponse>? = null, parentName: String? = null, parentType: String? = null, policyId: String? = null, policyName: String? = null, protectedItemDataSourceId: String? = null, protectedItemHealthStatus: String? = null, protectedItemType: String, protectionState: String? = null, protectionStatus: String, resourceGuardOperationRequests: List<String>? = null, serverName: String? = null, softDeleteRetentionPeriodInDays: Int? = null, sourceResourceId: String? = null, vaultId: String, workloadType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of backup management for the backed up item.

Link copied to clipboard
val backupSetName: String? = null

Name of the backup set the backup item belongs to

Link copied to clipboard
val containerName: String? = null

Unique name of container

Link copied to clipboard
val createMode: String? = null

Create mode to indicate recovery of existing soft deleted data source or creation of new data source.

Link copied to clipboard

Time for deferred deletion in UTC

Link copied to clipboard

Time remaining before the DS marked for deferred delete is permanently deleted

Link copied to clipboard

Additional information for this backup item.

Link copied to clipboard

Friendly name of the DB represented by this backup item.

Link copied to clipboard

Flag to identify whether datasource is protected in archive

Link copied to clipboard

Flag to identify whether the deferred deleted DS is to be purged soon

Link copied to clipboard
val isRehydrate: Boolean? = null

Flag to identify that deferred deleted DS is to be moved into Pause state

Link copied to clipboard

Flag to identify whether the DS is scheduled for deferred delete

Link copied to clipboard

Health details of different KPIs

Link copied to clipboard

Error details in last backup

Link copied to clipboard

Last backup operation status. Possible values: Healthy, Unhealthy.

Link copied to clipboard
val lastBackupTime: String? = null

Timestamp of the last backup operation on this backup item.

Link copied to clipboard

Timestamp when the last (latest) backup copy was created for this backup item.

Link copied to clipboard

List of the nodes in case of distributed container.

Link copied to clipboard
val parentName: String? = null

Parent name of the DB such as Instance or Availability Group.

Link copied to clipboard
val parentType: String? = null

Parent type of protected item, example: for a DB, standalone server or distributed

Link copied to clipboard
val policyId: String? = null

ID of the backup policy with which this item is backed up.

Link copied to clipboard
val policyName: String? = null

Name of the policy used for protection

Link copied to clipboard

Data ID of the protected item.

Link copied to clipboard

Health status of the backup item, evaluated based on last heartbeat received

Link copied to clipboard

backup item type. Expected value is 'AzureVmWorkloadSAPAseDatabase'.

Link copied to clipboard
val protectionState: String? = null

Backup state of this backup item.

Link copied to clipboard

Backup status of this backup item.

Link copied to clipboard

ResourceGuardOperationRequests on which LAC check will be performed

Link copied to clipboard
val serverName: String? = null

Host/Cluster Name for instance or AG

Link copied to clipboard

Soft delete retention period in days

Link copied to clipboard

ARM ID of the resource to be backed up.

Link copied to clipboard

ID of the vault which protects this item

Link copied to clipboard

Type of workload this item represents.