ConnectionProfile constructor
ConnectionProfile({
- String? createTime,
- String? displayName,
- ForwardSshTunnelConnectivity? forwardSshConnectivity,
- GcsProfile? gcsProfile,
- Map<
String, String> ? labels, - MysqlProfile? mysqlProfile,
- String? name,
- NoConnectivitySettings? noConnectivity,
- OracleProfile? oracleProfile,
- PrivateConnectivity? privateConnectivity,
- StaticServiceIpConnectivity? staticServiceIpConnectivity,
- String? updateTime,
Implementation
ConnectionProfile({
this.createTime,
this.displayName,
this.forwardSshConnectivity,
this.gcsProfile,
this.labels,
this.mysqlProfile,
this.name,
this.noConnectivity,
this.oracleProfile,
this.privateConnectivity,
this.staticServiceIpConnectivity,
this.updateTime,
});