GetConnectionProfileResult

data class GetConnectionProfileResult(val bigqueryProfile: BigQueryProfileResponse, val createTime: String, val displayName: String, val forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, val gcsProfile: GcsProfileResponse, val labels: Map<String, String>, val mysqlProfile: MysqlProfileResponse, val name: String, val oracleProfile: OracleProfileResponse, val postgresqlProfile: PostgresqlProfileResponse, val privateConnectivity: PrivateConnectivityResponse, val staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetConnectionProfileResult(bigqueryProfile: BigQueryProfileResponse, createTime: String, displayName: String, forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, gcsProfile: GcsProfileResponse, labels: Map<String, String>, mysqlProfile: MysqlProfileResponse, name: String, oracleProfile: OracleProfileResponse, postgresqlProfile: PostgresqlProfileResponse, privateConnectivity: PrivateConnectivityResponse, staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BigQuery Connection Profile configuration.

Link copied to clipboard

The create time of the resource.

Link copied to clipboard

Display name.

Link copied to clipboard
Link copied to clipboard

Cloud Storage ConnectionProfile configuration.

Link copied to clipboard

Labels.

Link copied to clipboard

MySQL ConnectionProfile configuration.

Link copied to clipboard

The resource's name.

Link copied to clipboard

Oracle ConnectionProfile configuration.

Link copied to clipboard

PostgreSQL Connection Profile configuration.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The update time of the resource.