public sealed class DataSourceReference : IMessage<DataSourceReference>, IEquatable<DataSourceReference>, IDeepCloneable<DataSourceReference>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class DataSourceReference.
DataSourceReference is a reference to a DataSource resource.
Implements
IMessageDataSourceReference, IEquatableDataSourceReference, IDeepCloneableDataSourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
DataSourceReference()
public DataSourceReference()DataSourceReference(DataSourceReference)
public DataSourceReference(DataSourceReference other)| Parameter | |
|---|---|
| Name | Description |
other |
DataSourceReference |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the DataSourceReference was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataSource
public string DataSource { get; set; }Output only. The resource name of the DataSource. Format: projects/{project}/locations/{location}/backupVaults/{backupVault}/dataSources/{dataSource}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataSourceAsDataSourceName
public DataSourceName DataSourceAsDataSourceName { get; set; }DataSourceName-typed view over the DataSource resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataSourceName |
|
DataSourceBackupConfigInfo
public DataSourceBackupConfigInfo DataSourceBackupConfigInfo { get; set; }Output only. Information of backup configuration on the DataSource.
| Property Value | |
|---|---|
| Type | Description |
DataSourceBackupConfigInfo |
|
DataSourceBackupConfigState
public BackupConfigState DataSourceBackupConfigState { get; set; }Output only. The backup configuration state of the DataSource.
| Property Value | |
|---|---|
| Type | Description |
BackupConfigState |
|
DataSourceBackupCount
public long DataSourceBackupCount { get; set; }Output only. Number of backups in the DataSource.
| Property Value | |
|---|---|
| Type | Description |
long |
|
DataSourceGcpResourceInfo
public DataSourceGcpResourceInfo DataSourceGcpResourceInfo { get; set; }Output only. The GCP resource that the DataSource is associated with.
| Property Value | |
|---|---|
| Type | Description |
DataSourceGcpResourceInfo |
|
DataSourceReferenceName
public DataSourceReferenceName DataSourceReferenceName { get; set; }DataSourceReferenceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataSourceReferenceName |
|
Name
public string Name { get; set; }Identifier. The resource name of the DataSourceReference. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}
| Property Value | |
|---|---|
| Type | Description |
string |
|