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