GenericRecoveryPoint interface

Generic backup copy.

Extends

Properties

friendlyName

Friendly name of the backup copy.

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

recoveryPointAdditionalInfo

Additional information associated with this backup copy.

recoveryPointProperties

Properties of Recovery Point

recoveryPointTime

Time at which this backup copy was created.

recoveryPointType

Type of the backup copy.

Inherited Properties

threatInfo

Recovery point threat information.

threatStatus

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