BackupConfigInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
BackupConfigInfo has information about how the resource is configured for Backup and about the most recent backup to this vault.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
last_backup_state |
google.cloud.backupdr_v1.types.BackupConfigInfo.LastBackupState
Output only. The status of the last backup to this BackupVault |
last_successful_backup_consistency_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. If the last backup were successful, this field has the consistency date. |
last_backup_error |
google.rpc.status_pb2.Status
Output only. If the last backup failed, this field has the error message. |
gcp_backup_config |
google.cloud.backupdr_v1.types.GcpBackupConfig
Configuration for a Google Cloud resource. This field is a member of oneof _ backup_config .
|
backup_appliance_backup_config |
google.cloud.backupdr_v1.types.BackupApplianceBackupConfig
Configuration for an application backed up by a Backup Appliance. This field is a member of oneof _ backup_config .
|
Classes
LastBackupState
LastBackupState(value)
LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.