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

src.compute.beta.GetFirewallPolicyIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.compute.beta

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

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy