ConnectionProfile class

A set of reusable connection configurations to be used as a source or destination for a stream.

Constructors

ConnectionProfile({BigQueryProfile? bigqueryProfile, String? createTime, String? displayName, ForwardSshTunnelConnectivity? forwardSshConnectivity, GcsProfile? gcsProfile, Map<String, String>? labels, MongodbProfile? mongodbProfile, MysqlProfile? mysqlProfile, String? name, OracleProfile? oracleProfile, PostgresqlProfile? postgresqlProfile, PrivateConnectivity? privateConnectivity, SalesforceProfile? salesforceProfile, bool? satisfiesPzi, bool? satisfiesPzs, SpannerProfile? spannerProfile, SqlServerProfile? sqlServerProfile, StaticServiceIpConnectivity? staticServiceIpConnectivity, String? updateTime})
ConnectionProfile.fromJson(Map json_)

Properties

bigqueryProfile BigQueryProfile?
Profile for connecting to a BigQuery destination.
getter/setter pair
createTime String?
The create time of the resource.
getter/setter pair
displayName String?
Display name.
getter/setter pair
forwardSshConnectivity ForwardSshTunnelConnectivity?
Forward SSH tunnel connectivity.
getter/setter pair
gcsProfile GcsProfile?
Profile for connecting to a Cloud Storage destination.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels.
getter/setter pair
mongodbProfile MongodbProfile?
Profile for connecting to a MongoDB source.
getter/setter pair
mysqlProfile MysqlProfile?
Profile for connecting to a MySQL source.
getter/setter pair
name String?
Identifier.
getter/setter pair
oracleProfile OracleProfile?
Profile for connecting to an Oracle source.
getter/setter pair
postgresqlProfile PostgresqlProfile?
Profile for connecting to a PostgreSQL source.
getter/setter pair
privateConnectivity PrivateConnectivity?
Private connectivity.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salesforceProfile SalesforceProfile?
Profile for connecting to a Salesforce source.
getter/setter pair
satisfiesPzi bool?
Reserved for future use.
getter/setter pair
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
spannerProfile SpannerProfile?
Profile for connecting to a Spanner source.
getter/setter pair
sqlServerProfile SqlServerProfile?
Profile for connecting to a SQLServer source.
getter/setter pair
staticServiceIpConnectivity StaticServiceIpConnectivity?
Static Service IP connectivity.
getter/setter pair
updateTime String?
The update time of the resource.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited