Class AzureVmWorkloadSqlDatabaseProtectedItem
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ProtectedItem
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureVmWorkloadProtectedItem
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureVmWorkloadSqlDatabaseProtectedItem
-
public final class AzureVmWorkloadSqlDatabaseProtectedItem extends AzureVmWorkloadProtectedItem
Azure VM workload-specific protected item representing SQL Database.
-
-
Constructor Summary
Constructors Constructor Description AzureVmWorkloadSqlDatabaseProtectedItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.AzureVmWorkloadSqlDatabaseProtectedItem
withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the backed up item.AzureVmWorkloadSqlDatabaseProtectedItem
withBackupSetName(String backupSetName)
Set the backupSetName property: Name of the backup set the backup item belongs to.AzureVmWorkloadSqlDatabaseProtectedItem
withContainerName(String containerName)
Set the containerName property: Unique name of container.AzureVmWorkloadSqlDatabaseProtectedItem
withCreateMode(CreateMode createMode)
Set the createMode property: Create mode to indicate recovery of existing soft deleted data source or creation of new data source.AzureVmWorkloadSqlDatabaseProtectedItem
withDeferredDeleteTimeInUtc(OffsetDateTime deferredDeleteTimeInUtc)
Set the deferredDeleteTimeInUtc property: Time for deferred deletion in UTC.AzureVmWorkloadSqlDatabaseProtectedItem
withDeferredDeleteTimeRemaining(String deferredDeleteTimeRemaining)
Set the deferredDeleteTimeRemaining property: Time remaining before the DS marked for deferred delete is permanently deleted.AzureVmWorkloadSqlDatabaseProtectedItem
withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the DB represented by this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the isArchiveEnabled property: Flag to identify whether datasource is protected in archive.AzureVmWorkloadSqlDatabaseProtectedItem
withIsDeferredDeleteScheduleUpcoming(Boolean isDeferredDeleteScheduleUpcoming)
Set the isDeferredDeleteScheduleUpcoming property: Flag to identify whether the deferred deleted DS is to be purged soon.AzureVmWorkloadSqlDatabaseProtectedItem
withIsRehydrate(Boolean isRehydrate)
Set the isRehydrate property: Flag to identify that deferred deleted DS is to be moved into Pause state.AzureVmWorkloadSqlDatabaseProtectedItem
withIsScheduledForDeferredDelete(Boolean isScheduledForDeferredDelete)
Set the isScheduledForDeferredDelete property: Flag to identify whether the DS is scheduled for deferred delete.AzureVmWorkloadSqlDatabaseProtectedItem
withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.AzureVmWorkloadSqlDatabaseProtectedItem
withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.AzureVmWorkloadSqlDatabaseProtectedItem
withLastBackupStatus(LastBackupStatus lastBackupStatus)
Set the lastBackupStatus property: Last backup operation status.AzureVmWorkloadSqlDatabaseProtectedItem
withLastBackupTime(OffsetDateTime lastBackupTime)
Set the lastBackupTime property: Timestamp of the last backup operation on this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withLastRecoveryPoint(OffsetDateTime lastRecoveryPoint)
Set the lastRecoveryPoint property: Timestamp when the last (latest) backup copy was created for this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withParentName(String parentName)
Set the parentName property: Parent name of the DB such as Instance or Availability Group.AzureVmWorkloadSqlDatabaseProtectedItem
withParentType(String parentType)
Set the parentType property: Parent type of protected item, example: for a DB, standalone server or distributed.AzureVmWorkloadSqlDatabaseProtectedItem
withPolicyId(String policyId)
Set the policyId property: ID of the backup policy with which this item is backed up.AzureVmWorkloadSqlDatabaseProtectedItem
withPolicyName(String policyName)
Set the policyName property: Name of the policy used for protection.AzureVmWorkloadSqlDatabaseProtectedItem
withProtectedItemDataSourceId(String protectedItemDataSourceId)
Set the protectedItemDataSourceId property: Data ID of the protected item.AzureVmWorkloadSqlDatabaseProtectedItem
withProtectedItemHealthStatus(ProtectedItemHealthStatus protectedItemHealthStatus)
Set the protectedItemHealthStatus property: Health status of the backup item, evaluated based on last heartbeat received.AzureVmWorkloadSqlDatabaseProtectedItem
withProtectionState(ProtectionState protectionState)
Set the protectionState property: Backup state of this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withProtectionStatus(String protectionStatus)
Set the protectionStatus property: Backup status of this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed.AzureVmWorkloadSqlDatabaseProtectedItem
withServerName(String serverName)
Set the serverName property: Host/Cluster Name for instance or AG.AzureVmWorkloadSqlDatabaseProtectedItem
withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: ARM ID of the resource to be backed up.AzureVmWorkloadSqlDatabaseProtectedItem
withWorkloadType(DataSourceType workloadType)
Set the workloadType property: Type of workload this item represents.-
Methods inherited from class com.azure.resourcemanager.recoveryservicesbackup.models.AzureVmWorkloadProtectedItem
extendedInfo, friendlyName, kpisHealths, lastBackupErrorDetail, lastBackupStatus, lastBackupTime, parentName, parentType, protectedItemDataSourceId, protectedItemHealthStatus, protectionState, protectionStatus, serverName
-
Methods inherited from class com.azure.resourcemanager.recoveryservicesbackup.models.ProtectedItem
backupManagementType, backupSetName, containerName, createMode, deferredDeleteTimeInUtc, deferredDeleteTimeRemaining, isArchiveEnabled, isDeferredDeleteScheduleUpcoming, isRehydrate, isScheduledForDeferredDelete, lastRecoveryPoint, policyId, policyName, resourceGuardOperationRequests, sourceResourceId, workloadType
-
-
-
-
Method Detail
-
withFriendlyName
public AzureVmWorkloadSqlDatabaseProtectedItem withFriendlyName(String friendlyName)
Set the friendlyName property: Friendly name of the DB represented by this backup item.- Overrides:
withFriendlyName
in classAzureVmWorkloadProtectedItem
- Parameters:
friendlyName
- the friendlyName value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withServerName
public AzureVmWorkloadSqlDatabaseProtectedItem withServerName(String serverName)
Set the serverName property: Host/Cluster Name for instance or AG.- Overrides:
withServerName
in classAzureVmWorkloadProtectedItem
- Parameters:
serverName
- the serverName value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withParentName
public AzureVmWorkloadSqlDatabaseProtectedItem withParentName(String parentName)
Set the parentName property: Parent name of the DB such as Instance or Availability Group.- Overrides:
withParentName
in classAzureVmWorkloadProtectedItem
- Parameters:
parentName
- the parentName value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withParentType
public AzureVmWorkloadSqlDatabaseProtectedItem withParentType(String parentType)
Set the parentType property: Parent type of protected item, example: for a DB, standalone server or distributed.- Overrides:
withParentType
in classAzureVmWorkloadProtectedItem
- Parameters:
parentType
- the parentType value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withProtectionStatus
public AzureVmWorkloadSqlDatabaseProtectedItem withProtectionStatus(String protectionStatus)
Set the protectionStatus property: Backup status of this backup item.- Overrides:
withProtectionStatus
in classAzureVmWorkloadProtectedItem
- Parameters:
protectionStatus
- the protectionStatus value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withProtectionState
public AzureVmWorkloadSqlDatabaseProtectedItem withProtectionState(ProtectionState protectionState)
Set the protectionState property: Backup state of this backup item.- Overrides:
withProtectionState
in classAzureVmWorkloadProtectedItem
- Parameters:
protectionState
- the protectionState value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withLastBackupStatus
public AzureVmWorkloadSqlDatabaseProtectedItem withLastBackupStatus(LastBackupStatus lastBackupStatus)
Set the lastBackupStatus property: Last backup operation status. Possible values: Healthy, Unhealthy.- Overrides:
withLastBackupStatus
in classAzureVmWorkloadProtectedItem
- Parameters:
lastBackupStatus
- the lastBackupStatus value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withLastBackupTime
public AzureVmWorkloadSqlDatabaseProtectedItem withLastBackupTime(OffsetDateTime lastBackupTime)
Set the lastBackupTime property: Timestamp of the last backup operation on this backup item.- Overrides:
withLastBackupTime
in classAzureVmWorkloadProtectedItem
- Parameters:
lastBackupTime
- the lastBackupTime value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withLastBackupErrorDetail
public AzureVmWorkloadSqlDatabaseProtectedItem withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.- Overrides:
withLastBackupErrorDetail
in classAzureVmWorkloadProtectedItem
- Parameters:
lastBackupErrorDetail
- the lastBackupErrorDetail value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withProtectedItemDataSourceId
public AzureVmWorkloadSqlDatabaseProtectedItem withProtectedItemDataSourceId(String protectedItemDataSourceId)
Set the protectedItemDataSourceId property: Data ID of the protected item.- Overrides:
withProtectedItemDataSourceId
in classAzureVmWorkloadProtectedItem
- Parameters:
protectedItemDataSourceId
- the protectedItemDataSourceId value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withProtectedItemHealthStatus
public AzureVmWorkloadSqlDatabaseProtectedItem withProtectedItemHealthStatus(ProtectedItemHealthStatus protectedItemHealthStatus)
Set the protectedItemHealthStatus property: Health status of the backup item, evaluated based on last heartbeat received.- Overrides:
withProtectedItemHealthStatus
in classAzureVmWorkloadProtectedItem
- Parameters:
protectedItemHealthStatus
- the protectedItemHealthStatus value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withExtendedInfo
public AzureVmWorkloadSqlDatabaseProtectedItem withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.- Overrides:
withExtendedInfo
in classAzureVmWorkloadProtectedItem
- Parameters:
extendedInfo
- the extendedInfo value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withKpisHealths
public AzureVmWorkloadSqlDatabaseProtectedItem withKpisHealths(Map<String,KpiResourceHealthDetails> kpisHealths)
Set the kpisHealths property: Health details of different KPIs.- Overrides:
withKpisHealths
in classAzureVmWorkloadProtectedItem
- Parameters:
kpisHealths
- the kpisHealths value to set.- Returns:
- the AzureVmWorkloadProtectedItem object itself.
-
withBackupManagementType
public AzureVmWorkloadSqlDatabaseProtectedItem withBackupManagementType(BackupManagementType backupManagementType)
Set the backupManagementType property: Type of backup management for the backed up item.- Overrides:
withBackupManagementType
in classAzureVmWorkloadProtectedItem
- Parameters:
backupManagementType
- the backupManagementType value to set.- Returns:
- the ProtectedItem object itself.
-
withWorkloadType
public AzureVmWorkloadSqlDatabaseProtectedItem withWorkloadType(DataSourceType workloadType)
Set the workloadType property: Type of workload this item represents.- Overrides:
withWorkloadType
in classAzureVmWorkloadProtectedItem
- Parameters:
workloadType
- the workloadType value to set.- Returns:
- the ProtectedItem object itself.
-
withContainerName
public AzureVmWorkloadSqlDatabaseProtectedItem withContainerName(String containerName)
Set the containerName property: Unique name of container.- Overrides:
withContainerName
in classAzureVmWorkloadProtectedItem
- Parameters:
containerName
- the containerName value to set.- Returns:
- the ProtectedItem object itself.
-
withSourceResourceId
public AzureVmWorkloadSqlDatabaseProtectedItem withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: ARM ID of the resource to be backed up.- Overrides:
withSourceResourceId
in classAzureVmWorkloadProtectedItem
- Parameters:
sourceResourceId
- the sourceResourceId value to set.- Returns:
- the ProtectedItem object itself.
-
withPolicyId
public AzureVmWorkloadSqlDatabaseProtectedItem withPolicyId(String policyId)
Set the policyId property: ID of the backup policy with which this item is backed up.- Overrides:
withPolicyId
in classAzureVmWorkloadProtectedItem
- Parameters:
policyId
- the policyId value to set.- Returns:
- the ProtectedItem object itself.
-
withLastRecoveryPoint
public AzureVmWorkloadSqlDatabaseProtectedItem withLastRecoveryPoint(OffsetDateTime lastRecoveryPoint)
Set the lastRecoveryPoint property: Timestamp when the last (latest) backup copy was created for this backup item.- Overrides:
withLastRecoveryPoint
in classAzureVmWorkloadProtectedItem
- Parameters:
lastRecoveryPoint
- the lastRecoveryPoint value to set.- Returns:
- the ProtectedItem object itself.
-
withBackupSetName
public AzureVmWorkloadSqlDatabaseProtectedItem withBackupSetName(String backupSetName)
Set the backupSetName property: Name of the backup set the backup item belongs to.- Overrides:
withBackupSetName
in classAzureVmWorkloadProtectedItem
- Parameters:
backupSetName
- the backupSetName value to set.- Returns:
- the ProtectedItem object itself.
-
withCreateMode
public AzureVmWorkloadSqlDatabaseProtectedItem withCreateMode(CreateMode createMode)
Set the createMode property: Create mode to indicate recovery of existing soft deleted data source or creation of new data source.- Overrides:
withCreateMode
in classAzureVmWorkloadProtectedItem
- Parameters:
createMode
- the createMode value to set.- Returns:
- the ProtectedItem object itself.
-
withDeferredDeleteTimeInUtc
public AzureVmWorkloadSqlDatabaseProtectedItem withDeferredDeleteTimeInUtc(OffsetDateTime deferredDeleteTimeInUtc)
Set the deferredDeleteTimeInUtc property: Time for deferred deletion in UTC.- Overrides:
withDeferredDeleteTimeInUtc
in classAzureVmWorkloadProtectedItem
- Parameters:
deferredDeleteTimeInUtc
- the deferredDeleteTimeInUtc value to set.- Returns:
- the ProtectedItem object itself.
-
withIsScheduledForDeferredDelete
public AzureVmWorkloadSqlDatabaseProtectedItem withIsScheduledForDeferredDelete(Boolean isScheduledForDeferredDelete)
Set the isScheduledForDeferredDelete property: Flag to identify whether the DS is scheduled for deferred delete.- Overrides:
withIsScheduledForDeferredDelete
in classAzureVmWorkloadProtectedItem
- Parameters:
isScheduledForDeferredDelete
- the isScheduledForDeferredDelete value to set.- Returns:
- the ProtectedItem object itself.
-
withDeferredDeleteTimeRemaining
public AzureVmWorkloadSqlDatabaseProtectedItem withDeferredDeleteTimeRemaining(String deferredDeleteTimeRemaining)
Set the deferredDeleteTimeRemaining property: Time remaining before the DS marked for deferred delete is permanently deleted.- Overrides:
withDeferredDeleteTimeRemaining
in classAzureVmWorkloadProtectedItem
- Parameters:
deferredDeleteTimeRemaining
- the deferredDeleteTimeRemaining value to set.- Returns:
- the ProtectedItem object itself.
-
withIsDeferredDeleteScheduleUpcoming
public AzureVmWorkloadSqlDatabaseProtectedItem withIsDeferredDeleteScheduleUpcoming(Boolean isDeferredDeleteScheduleUpcoming)
Set the isDeferredDeleteScheduleUpcoming property: Flag to identify whether the deferred deleted DS is to be purged soon.- Overrides:
withIsDeferredDeleteScheduleUpcoming
in classAzureVmWorkloadProtectedItem
- Parameters:
isDeferredDeleteScheduleUpcoming
- the isDeferredDeleteScheduleUpcoming value to set.- Returns:
- the ProtectedItem object itself.
-
withIsRehydrate
public AzureVmWorkloadSqlDatabaseProtectedItem withIsRehydrate(Boolean isRehydrate)
Set the isRehydrate property: Flag to identify that deferred deleted DS is to be moved into Pause state.- Overrides:
withIsRehydrate
in classAzureVmWorkloadProtectedItem
- Parameters:
isRehydrate
- the isRehydrate value to set.- Returns:
- the ProtectedItem object itself.
-
withResourceGuardOperationRequests
public AzureVmWorkloadSqlDatabaseProtectedItem withResourceGuardOperationRequests(List<String> resourceGuardOperationRequests)
Set the resourceGuardOperationRequests property: ResourceGuardOperationRequests on which LAC check will be performed.- Overrides:
withResourceGuardOperationRequests
in classAzureVmWorkloadProtectedItem
- Parameters:
resourceGuardOperationRequests
- the resourceGuardOperationRequests value to set.- Returns:
- the ProtectedItem object itself.
-
withIsArchiveEnabled
public AzureVmWorkloadSqlDatabaseProtectedItem withIsArchiveEnabled(Boolean isArchiveEnabled)
Set the isArchiveEnabled property: Flag to identify whether datasource is protected in archive.- Overrides:
withIsArchiveEnabled
in classAzureVmWorkloadProtectedItem
- Parameters:
isArchiveEnabled
- the isArchiveEnabled value to set.- Returns:
- the ProtectedItem object itself.
-
withPolicyName
public AzureVmWorkloadSqlDatabaseProtectedItem withPolicyName(String policyName)
Set the policyName property: Name of the policy used for protection.- Overrides:
withPolicyName
in classAzureVmWorkloadProtectedItem
- Parameters:
policyName
- the policyName value to set.- Returns:
- the ProtectedItem object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classAzureVmWorkloadProtectedItem
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-