Get Connection Profile Result
data class GetConnectionProfileResult(val createTime: String, val displayName: String, val forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, val gcsProfile: GcsProfileResponse, val labels: Map<String, String>, val mysqlProfile: MysqlProfileResponse, val name: String, val noConnectivity: NoConnectivitySettingsResponse, val oracleProfile: OracleProfileResponse, val privateConnectivity: PrivateConnectivityResponse, val staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, displayName: String, forwardSshConnectivity: ForwardSshTunnelConnectivityResponse, gcsProfile: GcsProfileResponse, labels: Map<String, String>, mysqlProfile: MysqlProfileResponse, name: String, noConnectivity: NoConnectivitySettingsResponse, oracleProfile: OracleProfileResponse, privateConnectivity: PrivateConnectivityResponse, staticServiceIpConnectivity: StaticServiceIpConnectivityResponse, updateTime: String)
Properties
Link copied to clipboard
The create time of the resource.
Link copied to clipboard
Display name.
Link copied to clipboard
Forward SSH tunnel connectivity.
Link copied to clipboard
Cloud Storage ConnectionProfile configuration.
Link copied to clipboard
MySQL ConnectionProfile configuration.
Link copied to clipboard
No connectivity option chosen.
Link copied to clipboard
Oracle ConnectionProfile configuration.
Link copied to clipboard
Private connectivity.
Link copied to clipboard
Static Service IP connectivity.
Link copied to clipboard
The update time of the resource.