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