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

src.compute.v1.GetRegionDiskIamPolicyArgs.scala Maven / Gradle / Ivy

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

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

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy