AzureWorkloadSAPAsePointInTimeRecoveryPoint interface
Recovery point specific to PointInTime in SAPAse
Properties
| object |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
Inherited Properties
| recovery |
Eligibility of RP to be moved to another tier |
| recovery |
Properties of Recovery Point |
| recovery |
Recovery point tier information. |
| recovery |
UTC time at which recovery point was created |
| threat |
Recovery point threat information. |
| threat |
Threat status of the recovery point |
| time |
List of log ranges |
| type | Type of restore point |
Property Details
objectType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
objectType: "AzureWorkloadSAPAsePointInTimeRecoveryPoint"
Property Value
"AzureWorkloadSAPAsePointInTimeRecoveryPoint"
Inherited Property Details
recoveryPointMoveReadinessInfo
Eligibility of RP to be moved to another tier
recoveryPointMoveReadinessInfo?: Record<string, RecoveryPointMoveReadinessInfo>
Property Value
Record<string, RecoveryPointMoveReadinessInfo>
Inherited From AzureWorkloadPointInTimeRecoveryPoint.recoveryPointMoveReadinessInfo
recoveryPointProperties
Properties of Recovery Point
recoveryPointProperties?: RecoveryPointProperties
Property Value
Inherited From AzureWorkloadPointInTimeRecoveryPoint.recoveryPointProperties
recoveryPointTierDetails
Recovery point tier information.
recoveryPointTierDetails?: RecoveryPointTierInformationV2[]
Property Value
Inherited From AzureWorkloadPointInTimeRecoveryPoint.recoveryPointTierDetails
recoveryPointTimeInUTC
UTC time at which recovery point was created
recoveryPointTimeInUTC?: Date
Property Value
Date
Inherited From AzureWorkloadPointInTimeRecoveryPoint.recoveryPointTimeInUTC
threatInfo
Recovery point threat information.
threatInfo?: ThreatInfo[]
Property Value
Inherited From AzureWorkloadPointInTimeRecoveryPoint.threatInfo
threatStatus
Threat status of the recovery point
threatStatus?: string
Property Value
string
Inherited From AzureWorkloadPointInTimeRecoveryPoint.threatStatus
timeRanges
List of log ranges
timeRanges?: PointInTimeRange[]
Property Value
Inherited From AzureWorkloadPointInTimeRecoveryPoint.timeRanges
type
Type of restore point
type?: string
Property Value
string
Inherited From AzureWorkloadPointInTimeRecoveryPoint.type