Class BackupApplianceBackupProperties (0.1.4)

BackupApplianceBackupProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

BackupApplianceBackupProperties represents BackupDR backup appliance's properties.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
generation_id int
Output only. The numeric generation ID of the backup (monotonically increasing). This field is a member of oneof_ _generation_id.
finalize_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this backup object was finalized (if none, backup is not finalized). This field is a member of oneof_ _finalize_time.
recovery_range_start_time google.protobuf.timestamp_pb2.Timestamp
Optional. The earliest timestamp of data available in this Backup. This field is a member of oneof_ _recovery_range_start_time.
recovery_range_end_time google.protobuf.timestamp_pb2.Timestamp
Optional. The latest timestamp of data available in this Backup. This field is a member of oneof_ _recovery_range_end_time.