DataSourceReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DataSourceReference is a reference to a DataSource resource.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The resource name of the DataSourceReference. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference} |
data_source |
str
Output only. The resource name of the DataSource. Format: projects/{project}/locations/{location}/backupVaults/{backupVault}/dataSources/{dataSource} |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataSourceReference was created. |
data_source_backup_config_state |
google.cloud.backupdr_v1.types.BackupConfigState
Output only. The backup configuration state of the DataSource. |
data_source_backup_count |
int
Output only. Number of backups in the DataSource. |
data_source_backup_config_info |
google.cloud.backupdr_v1.types.DataSourceBackupConfigInfo
Output only. Information of backup configuration on the DataSource. |
data_source_gcp_resource_info |
google.cloud.backupdr_v1.types.DataSourceGcpResourceInfo
Output only. The GCP resource that the DataSource is associated with. |