nfsops.configurations.restore_report module

Restore report configuration model.

class nfsops.configurations.restore_report.RestoreReportConfiguration(*, type: Literal['restore-report'] = 'restore-report', version: pydantic.types.NonNegativeInt, final_version: pydantic.types.NonNegativeInt = None)

Bases: nfsops.configurations.configuration.Configuration

Restore report configuration model.

final_version: Optional[pydantic.types.NonNegativeInt]

Final backup version.

type: Literal['restore-report']

Configuration type.

version: pydantic.types.NonNegativeInt

Single/initial backup version.