Show / Hide Table of Contents

Class ConnectionCloudSql

Inheritance
System.Object
ConnectionCloudSql
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ConnectionCloudSql

Fields

View Source

Credential

Cloud SQL properties. Structure is documented below.

Declaration
public readonly ConnectionCloudSqlCredential Credential
Field Value
Type Description
ConnectionCloudSqlCredential
View Source

Database

Database name.

Declaration
public readonly string Database
Field Value
Type Description
System.String
View Source

InstanceId

Cloud SQL instance ID in the form project:location:instance.

Declaration
public readonly string InstanceId
Field Value
Type Description
System.String
View Source

Type

Type of the Cloud SQL database.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.