BackupConfigDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)BackupConfigDetails has information about how the resource is configured for backups and about the most recent backup taken for this configuration.
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 |
backup_config_source |
str
Output only. The full resource name of the backup config source resource. For example, "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupPlans/{backupplanId}" or "//compute.googleapis.com/projects/{project}/locations/{region}/resourcePolicies/{resourcePolicyId}". |
backup_config_source_display_name |
str
Output only. The display name of the backup config source resource. |
type_ |
google.cloud.backupdr_v1.types.BackupConfigDetails.Type
Output only. The type of the backup config resource. |
state |
google.cloud.backupdr_v1.types.BackupConfigDetails.State
Output only. The state of the backup config resource. |
pitr_settings |
google.cloud.backupdr_v1.types.PitrSettings
Output only. Point in time recovery settings of the backup configuration resource. |
latest_successful_backup_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp of the latest successful backup created via this backup configuration. |
applicable_resource |
str
Output only. The `full resource name |
backup_vault |
str
Output only. The `full resource name |
backup_locations |
MutableSequence[google.cloud.backupdr_v1.types.BackupLocation]
The locations where the backups are to be stored. |
backup_dr_plan_config |
google.cloud.backupdr_v1.types.BackupDrPlanConfig
Google Cloud Backup and DR's Backup Plan specific data. This field is a member of oneof_ plan_specific_config.
|
backup_dr_template_config |
google.cloud.backupdr_v1.types.BackupDrTemplateConfig
Google Cloud Backup and DR's Template specific data. This field is a member of oneof_ plan_specific_config.
|
Classes
State
State(value)The state tells whether the backup config is active or not.
Type
Type(value)Type of the backup configuration. This enum may receive new values in the future.