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