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

src.vmwareengine.v1.GetHcxActivationKeyArgs.scala Maven / Gradle / Ivy

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

final case class GetHcxActivationKeyArgs private(
  hcxActivationKeyId: besom.types.Output[String],
  location: besom.types.Output[String],
  privateCloudId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy