GenericRecoveryPoint interface
Generic backup copy.
- Extends
Properties
| friendly |
Friendly name of the backup copy. |
| object |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
| recovery |
Additional information associated with this backup copy. |
| recovery |
Properties of Recovery Point |
| recovery |
Time at which this backup copy was created. |
| recovery |
Type of the backup copy. |
Inherited Properties
| threat |
Recovery point threat information. |
| threat |
Threat status of the recovery point |
Property Details
friendlyName
Friendly name of the backup copy.
friendlyName?: string
Property Value
string
objectType
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
objectType: "GenericRecoveryPoint"
Property Value
"GenericRecoveryPoint"
recoveryPointAdditionalInfo
Additional information associated with this backup copy.
recoveryPointAdditionalInfo?: string
Property Value
string
recoveryPointProperties
Properties of Recovery Point
recoveryPointProperties?: RecoveryPointProperties
Property Value
recoveryPointTime
Time at which this backup copy was created.
recoveryPointTime?: Date
Property Value
Date
recoveryPointType
Type of the backup copy.
recoveryPointType?: string
Property Value
string
Inherited Property Details
threatInfo
Recovery point threat information.
threatInfo?: ThreatInfo[]
Property Value
Inherited From RecoveryPoint.threatInfo
threatStatus
Threat status of the recovery point
threatStatus?: string
Property Value
string
Inherited From RecoveryPoint.threatStatus