Backup and DR Service v1beta API - Class DataSourceGcpResourceInfo (1.0.0-beta01)

public sealed class DataSourceGcpResourceInfo : IMessage<DataSourceGcpResourceInfo>, IEquatable<DataSourceGcpResourceInfo>, IDeepCloneable<DataSourceGcpResourceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1beta API class DataSourceGcpResourceInfo.

The Google Cloud resource that the DataSource is associated with.

Inheritance

object > DataSourceGcpResourceInfo

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

DataSourceGcpResourceInfo()

public DataSourceGcpResourceInfo()

DataSourceGcpResourceInfo(DataSourceGcpResourceInfo)

public DataSourceGcpResourceInfo(DataSourceGcpResourceInfo other)
Parameter
Name Description
other DataSourceGcpResourceInfo

Properties

AlloyDbClusterProperties

public AlloyDBClusterDataSourceReferenceProperties AlloyDbClusterProperties { get; set; }

Output only. The properties of the AlloyDB cluster.

Property Value
Type Description
AlloyDBClusterDataSourceReferenceProperties

CloudSqlInstanceProperties

public CloudSqlInstanceDataSourceReferenceProperties CloudSqlInstanceProperties { get; set; }

Output only. The properties of the Cloud SQL instance.

Property Value
Type Description
CloudSqlInstanceDataSourceReferenceProperties

GcpResourcename

public string GcpResourcename { get; set; }

Output only. The resource name of the Google Cloud resource. Ex: projects/{project}/zones/{zone}/instances/{instance}

Property Value
Type Description
string

Location

public string Location { get; set; }

Output only. The location of the Google Cloud resource. Ex: <region>/<zone>/"global"/"unspecified"

Property Value
Type Description
string

ResourcePropertiesCase

public DataSourceGcpResourceInfo.ResourcePropertiesOneofCase ResourcePropertiesCase { get; }
Property Value
Type Description
DataSourceGcpResourceInfoResourcePropertiesOneofCase

Type

public string Type { get; set; }

Output only. The type of the Google Cloud resource. Ex: compute.googleapis.com/Instance

Property Value
Type Description
string