AzureWorkloadPointInTimeRecoveryPoint interface

Recovery point specific to PointInTime

Extends

Properties

objectType

Polymorphic discriminator, which specifies the different types this object can be

timeRanges

List of log ranges

Inherited Properties

recoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier

recoveryPointProperties

Properties of Recovery Point

recoveryPointTierDetails

Recovery point tier information.

recoveryPointTimeInUTC

UTC time at which recovery point was created

type

Type of restore point

Property Details

objectType

Polymorphic discriminator, which specifies the different types this object can be

objectType: "AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint"

Property Value

"AzureWorkloadPointInTimeRecoveryPoint" | "AzureWorkloadSAPHanaPointInTimeRecoveryPoint"

timeRanges

List of log ranges

timeRanges?: PointInTimeRange[]

Property Value

Inherited Property Details

recoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier

recoveryPointMoveReadinessInfo?: {[propertyName: string]: RecoveryPointMoveReadinessInfo}

Property Value

{[propertyName: string]: RecoveryPointMoveReadinessInfo}

Inherited From AzureWorkloadRecoveryPoint.recoveryPointMoveReadinessInfo

recoveryPointProperties

Properties of Recovery Point

recoveryPointProperties?: RecoveryPointProperties

Property Value

Inherited From AzureWorkloadRecoveryPoint.recoveryPointProperties

recoveryPointTierDetails

Recovery point tier information.

recoveryPointTierDetails?: RecoveryPointTierInformationV2[]

Property Value

Inherited From AzureWorkloadRecoveryPoint.recoveryPointTierDetails

recoveryPointTimeInUTC

UTC time at which recovery point was created

recoveryPointTimeInUTC?: Date

Property Value

Date

Inherited From AzureWorkloadRecoveryPoint.recoveryPointTimeInUTC

type

Type of restore point

type?: string

Property Value

string

Inherited From AzureWorkloadRecoveryPoint.type