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

src.compute.alpha.GetMachineImageIamPolicyArgs.scala Maven / Gradle / Ivy

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

final case class GetMachineImageIamPolicyArgs private(
  optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
  project: besom.types.Output[scala.Option[String]],
  resource: besom.types.Output[String]
)

object GetMachineImageIamPolicyArgs:
  def apply(
    optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    resource: besom.types.Input[String]
  )(using besom.types.Context): GetMachineImageIamPolicyArgs =
    new GetMachineImageIamPolicyArgs(
      optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      resource = resource.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy