
src.vmmigration.v1.GetSourceResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.vmmigration.v1
final case class GetSourceResult private(
aws: besom.api.googlenative.vmmigration.v1.outputs.AwsSourceDetailsResponse,
azure: besom.api.googlenative.vmmigration.v1.outputs.AzureSourceDetailsResponse,
createTime: String,
description: String,
encryption: besom.api.googlenative.vmmigration.v1.outputs.EncryptionResponse,
labels: scala.Predef.Map[String, String],
name: String,
updateTime: String,
vmware: besom.api.googlenative.vmmigration.v1.outputs.VmwareSourceDetailsResponse
)
object GetSourceResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetSourceResult] =
besom.internal.Decoder.derived[GetSourceResult]
given outputOps: {} with
extension(output: besom.types.Output[GetSourceResult])
def aws : besom.types.Output[besom.api.googlenative.vmmigration.v1.outputs.AwsSourceDetailsResponse] = output.map(_.aws)
def azure : besom.types.Output[besom.api.googlenative.vmmigration.v1.outputs.AzureSourceDetailsResponse] = output.map(_.azure)
def createTime : besom.types.Output[String] = output.map(_.createTime)
def description : besom.types.Output[String] = output.map(_.description)
def encryption : besom.types.Output[besom.api.googlenative.vmmigration.v1.outputs.EncryptionResponse] = output.map(_.encryption)
def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
def name : besom.types.Output[String] = output.map(_.name)
def updateTime : besom.types.Output[String] = output.map(_.updateTime)
def vmware : besom.types.Output[besom.api.googlenative.vmmigration.v1.outputs.VmwareSourceDetailsResponse] = output.map(_.vmware)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetSourceResult]])
def aws : besom.types.Output[scala.Option[besom.api.googlenative.vmmigration.v1.outputs.AwsSourceDetailsResponse]] = output.map(_.map(_.aws))
def azure : besom.types.Output[scala.Option[besom.api.googlenative.vmmigration.v1.outputs.AzureSourceDetailsResponse]] = output.map(_.map(_.azure))
def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
def encryption : besom.types.Output[scala.Option[besom.api.googlenative.vmmigration.v1.outputs.EncryptionResponse]] = output.map(_.map(_.encryption))
def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
def vmware : besom.types.Output[scala.Option[besom.api.googlenative.vmmigration.v1.outputs.VmwareSourceDetailsResponse]] = output.map(_.map(_.vmware))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy