Backup and DR Service v1 API - Class DataSourceGcpResourceInfo (2.2.0)

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

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

The GCP resource that the DataSource is associated with.

Inheritance

object > DataSourceGcpResourceInfo

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

DataSourceGcpResourceInfo()

public DataSourceGcpResourceInfo()

DataSourceGcpResourceInfo(DataSourceGcpResourceInfo)

public DataSourceGcpResourceInfo(DataSourceGcpResourceInfo other)
Parameter
Name Description
other DataSourceGcpResourceInfo

Properties

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 GCP 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 GCP 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 GCP resource. Ex: compute.googleapis.com/Instance

Property Value
Type Description
string