All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.gkeonprem.v1.GetBareMetalNodePoolArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.gkeonprem.v1

final case class GetBareMetalNodePoolArgs private(
  bareMetalClusterId: besom.types.Output[String],
  bareMetalNodePoolId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]],
  view: besom.types.Output[scala.Option[String]]
)

object GetBareMetalNodePoolArgs:
  def apply(
    bareMetalClusterId: besom.types.Input[String],
    bareMetalNodePoolId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None,
    view: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetBareMetalNodePoolArgs =
    new GetBareMetalNodePoolArgs(
      bareMetalClusterId = bareMetalClusterId.asOutput(isSecret = false),
      bareMetalNodePoolId = bareMetalNodePoolId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      view = view.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetBareMetalNodePoolArgs] =
    besom.internal.Encoder.derived[GetBareMetalNodePoolArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetBareMetalNodePoolArgs] =
    besom.internal.ArgsEncoder.derived[GetBareMetalNodePoolArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy