
src.datastream.v1alpha1.GetConnectionProfileResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.datastream.v1alpha1
final case class GetConnectionProfileResult private(
createTime: String,
displayName: String,
forwardSshConnectivity: besom.api.googlenative.datastream.v1alpha1.outputs.ForwardSshTunnelConnectivityResponse,
gcsProfile: besom.api.googlenative.datastream.v1alpha1.outputs.GcsProfileResponse,
labels: scala.Predef.Map[String, String],
mysqlProfile: besom.api.googlenative.datastream.v1alpha1.outputs.MysqlProfileResponse,
name: String,
noConnectivity: besom.api.googlenative.datastream.v1alpha1.outputs.NoConnectivitySettingsResponse,
oracleProfile: besom.api.googlenative.datastream.v1alpha1.outputs.OracleProfileResponse,
privateConnectivity: besom.api.googlenative.datastream.v1alpha1.outputs.PrivateConnectivityResponse,
staticServiceIpConnectivity: besom.api.googlenative.datastream.v1alpha1.outputs.StaticServiceIpConnectivityResponse,
updateTime: String
)
object GetConnectionProfileResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetConnectionProfileResult] =
besom.internal.Decoder.derived[GetConnectionProfileResult]
given outputOps: {} with
extension(output: besom.types.Output[GetConnectionProfileResult])
def createTime : besom.types.Output[String] = output.map(_.createTime)
def displayName : besom.types.Output[String] = output.map(_.displayName)
def forwardSshConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.ForwardSshTunnelConnectivityResponse] = output.map(_.forwardSshConnectivity)
def gcsProfile : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.GcsProfileResponse] = output.map(_.gcsProfile)
def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
def mysqlProfile : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.MysqlProfileResponse] = output.map(_.mysqlProfile)
def name : besom.types.Output[String] = output.map(_.name)
def noConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.NoConnectivitySettingsResponse] = output.map(_.noConnectivity)
def oracleProfile : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.OracleProfileResponse] = output.map(_.oracleProfile)
def privateConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.PrivateConnectivityResponse] = output.map(_.privateConnectivity)
def staticServiceIpConnectivity : besom.types.Output[besom.api.googlenative.datastream.v1alpha1.outputs.StaticServiceIpConnectivityResponse] = output.map(_.staticServiceIpConnectivity)
def updateTime : besom.types.Output[String] = output.map(_.updateTime)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetConnectionProfileResult]])
def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
def forwardSshConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.ForwardSshTunnelConnectivityResponse]] = output.map(_.map(_.forwardSshConnectivity))
def gcsProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.GcsProfileResponse]] = output.map(_.map(_.gcsProfile))
def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
def mysqlProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.MysqlProfileResponse]] = output.map(_.map(_.mysqlProfile))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def noConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.NoConnectivitySettingsResponse]] = output.map(_.map(_.noConnectivity))
def oracleProfile : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.OracleProfileResponse]] = output.map(_.map(_.oracleProfile))
def privateConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.PrivateConnectivityResponse]] = output.map(_.map(_.privateConnectivity))
def staticServiceIpConnectivity : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1alpha1.outputs.StaticServiceIpConnectivityResponse]] = output.map(_.map(_.staticServiceIpConnectivity))
def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy