
src.compute.v1.GetRegionTargetHttpsProxyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.compute.v1
final case class GetRegionTargetHttpsProxyArgs private(
project: besom.types.Output[scala.Option[String]],
region: besom.types.Output[String],
targetHttpsProxy: besom.types.Output[String]
)
object GetRegionTargetHttpsProxyArgs:
def apply(
project: besom.types.Input.Optional[String] = scala.None,
region: besom.types.Input[String],
targetHttpsProxy: besom.types.Input[String]
)(using besom.types.Context): GetRegionTargetHttpsProxyArgs =
new GetRegionTargetHttpsProxyArgs(
project = project.asOptionOutput(isSecret = false),
region = region.asOutput(isSecret = false),
targetHttpsProxy = targetHttpsProxy.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetRegionTargetHttpsProxyArgs] =
besom.internal.Encoder.derived[GetRegionTargetHttpsProxyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetRegionTargetHttpsProxyArgs] =
besom.internal.ArgsEncoder.derived[GetRegionTargetHttpsProxyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy