Show / Hide Table of Contents

Class DataSourceGcpResourceInfo

The GCP resource that the DataSource is associated with.

Inheritance
object
DataSourceGcpResourceInfo
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 DataSourceGcpResourceInfo : IDirectResponseSchema

Properties

CloudSqlInstanceProperties

Output only. The properties of the Cloud SQL instance.

Declaration
[JsonProperty("cloudSqlInstanceProperties")]
public virtual CloudSqlInstanceDataSourceReferenceProperties CloudSqlInstanceProperties { get; set; }
Property Value
Type Description
CloudSqlInstanceDataSourceReferenceProperties

ETag

The ETag of the item.

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

GcpResourcename

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

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

Location

Output only. The location of the GCP resource. Ex: //"global"/"unspecified"

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

Type

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX