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

src.osconfig.v1beta.GetGuestPolicyArgs.scala Maven / Gradle / Ivy

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

final case class GetGuestPolicyArgs private(
  guestPolicyId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy