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

src.apigee.v1.HostQueryArgs.scala Maven / Gradle / Ivy

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

final case class HostQueryArgs private(
  csvDelimiter: besom.types.Output[scala.Option[String]],
  dimensions: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
  envgroupHostname: besom.types.Output[scala.Option[String]],
  filter: besom.types.Output[scala.Option[String]],
  groupByTimeUnit: besom.types.Output[scala.Option[String]],
  limit: besom.types.Output[scala.Option[Int]],
  metrics: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1QueryMetricArgs]]],
  name: besom.types.Output[scala.Option[String]],
  organizationId: besom.types.Output[String],
  outputFormat: besom.types.Output[scala.Option[String]],
  reportDefinitionId: besom.types.Output[scala.Option[String]],
  timeRange: besom.types.Output[besom.types.PulumiAny]
)

object HostQueryArgs:
  def apply(
    csvDelimiter: besom.types.Input.Optional[String] = scala.None,
    dimensions: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
    envgroupHostname: besom.types.Input.Optional[String] = scala.None,
    filter: besom.types.Input.Optional[String] = scala.None,
    groupByTimeUnit: besom.types.Input.Optional[String] = scala.None,
    limit: besom.types.Input.Optional[Int] = scala.None,
    metrics: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1QueryMetricArgs]]] = scala.None,
    name: besom.types.Input.Optional[String] = scala.None,
    organizationId: besom.types.Input[String],
    outputFormat: besom.types.Input.Optional[String] = scala.None,
    reportDefinitionId: besom.types.Input.Optional[String] = scala.None,
    timeRange: besom.types.Input[besom.types.PulumiAny]
  )(using besom.types.Context): HostQueryArgs =
    new HostQueryArgs(
      csvDelimiter = csvDelimiter.asOptionOutput(isSecret = false),
      dimensions = dimensions.asOptionOutput(isSecret = false),
      envgroupHostname = envgroupHostname.asOptionOutput(isSecret = false),
      filter = filter.asOptionOutput(isSecret = false),
      groupByTimeUnit = groupByTimeUnit.asOptionOutput(isSecret = false),
      limit = limit.asOptionOutput(isSecret = false),
      metrics = metrics.asOptionOutput(isSecret = false),
      name = name.asOptionOutput(isSecret = false),
      organizationId = organizationId.asOutput(isSecret = false),
      outputFormat = outputFormat.asOptionOutput(isSecret = false),
      reportDefinitionId = reportDefinitionId.asOptionOutput(isSecret = false),
      timeRange = timeRange.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy