Class AzureWorkloadSapHanaRecoveryPoint
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPoint
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadRecoveryPoint
-
- com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadSapHanaRecoveryPoint
-
public final class AzureWorkloadSapHanaRecoveryPoint extends AzureWorkloadRecoveryPoint
SAPHana specific recoverypoint, specifically encapsulates full/diff recoverypoints.
-
-
Constructor Summary
Constructors Constructor Description AzureWorkloadSapHanaRecoveryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.AzureWorkloadSapHanaRecoveryPoint
withRecoveryPointMoveReadinessInfo(Map<String,RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo)
Set the recoveryPointMoveReadinessInfo property: Eligibility of RP to be moved to another tier.AzureWorkloadSapHanaRecoveryPoint
withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.AzureWorkloadSapHanaRecoveryPoint
withRecoveryPointTimeInUtc(OffsetDateTime recoveryPointTimeInUtc)
Set the recoveryPointTimeInUtc property: UTC time at which recovery point was created.AzureWorkloadSapHanaRecoveryPoint
withType(RestorePointType type)
Set the type property: Type of restore point.-
Methods inherited from class com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadRecoveryPoint
recoveryPointMoveReadinessInfo, recoveryPointTierDetails, recoveryPointTimeInUtc, type
-
-
-
-
Method Detail
-
withRecoveryPointTimeInUtc
public AzureWorkloadSapHanaRecoveryPoint withRecoveryPointTimeInUtc(OffsetDateTime recoveryPointTimeInUtc)
Set the recoveryPointTimeInUtc property: UTC time at which recovery point was created.- Overrides:
withRecoveryPointTimeInUtc
in classAzureWorkloadRecoveryPoint
- Parameters:
recoveryPointTimeInUtc
- the recoveryPointTimeInUtc value to set.- Returns:
- the AzureWorkloadRecoveryPoint object itself.
-
withType
public AzureWorkloadSapHanaRecoveryPoint withType(RestorePointType type)
Set the type property: Type of restore point.- Overrides:
withType
in classAzureWorkloadRecoveryPoint
- Parameters:
type
- the type value to set.- Returns:
- the AzureWorkloadRecoveryPoint object itself.
-
withRecoveryPointTierDetails
public AzureWorkloadSapHanaRecoveryPoint withRecoveryPointTierDetails(List<RecoveryPointTierInformationV2> recoveryPointTierDetails)
Set the recoveryPointTierDetails property: Recovery point tier information.- Overrides:
withRecoveryPointTierDetails
in classAzureWorkloadRecoveryPoint
- Parameters:
recoveryPointTierDetails
- the recoveryPointTierDetails value to set.- Returns:
- the AzureWorkloadRecoveryPoint object itself.
-
withRecoveryPointMoveReadinessInfo
public AzureWorkloadSapHanaRecoveryPoint withRecoveryPointMoveReadinessInfo(Map<String,RecoveryPointMoveReadinessInfo> recoveryPointMoveReadinessInfo)
Set the recoveryPointMoveReadinessInfo property: Eligibility of RP to be moved to another tier.- Overrides:
withRecoveryPointMoveReadinessInfo
in classAzureWorkloadRecoveryPoint
- Parameters:
recoveryPointMoveReadinessInfo
- the recoveryPointMoveReadinessInfo value to set.- Returns:
- the AzureWorkloadRecoveryPoint object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classAzureWorkloadRecoveryPoint
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-