Show / Hide Table of Contents

Class DataSourceReference

DataSourceReference is a reference to a DataSource resource.

Inheritance
object
DataSourceReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class DataSourceReference : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the DataSourceReference was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DataSource

Output only. The resource name of the DataSource. Format: projects/{project}/locations/{location}/backupVaults/{backupVault}/dataSources/{dataSource}

Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
Type Description
string

DataSourceBackupConfigInfo

Output only. Information of backup configuration on the DataSource.

Declaration
[JsonProperty("dataSourceBackupConfigInfo")]
public virtual DataSourceBackupConfigInfo DataSourceBackupConfigInfo { get; set; }
Property Value
Type Description
DataSourceBackupConfigInfo

DataSourceBackupConfigState

Output only. The backup configuration state of the DataSource.

Declaration
[JsonProperty("dataSourceBackupConfigState")]
public virtual string DataSourceBackupConfigState { get; set; }
Property Value
Type Description
string

DataSourceBackupCount

Output only. Number of backups in the DataSource.

Declaration
[JsonProperty("dataSourceBackupCount")]
public virtual long? DataSourceBackupCount { get; set; }
Property Value
Type Description
long?

DataSourceGcpResourceInfo

Output only. The GCP resource that the DataSource is associated with.

Declaration
[JsonProperty("dataSourceGcpResourceInfo")]
public virtual DataSourceGcpResourceInfo DataSourceGcpResourceInfo { get; set; }
Property Value
Type Description
DataSourceGcpResourceInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the DataSourceReference. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TotalStoredBytes

Output only. Total size of the storage used by all backup resources for the referenced datasource.

Declaration
[JsonProperty("totalStoredBytes")]
public virtual long? TotalStoredBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX