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

src.index.GetGtmDomainArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai

final case class GetGtmDomainArgs private(
  asMaps: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainAsMapArgs]]],
  cidrMaps: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainCidrMapArgs]]],
  datacenters: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainDatacenterArgs]]],
  geographicMaps: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainGeographicMapArgs]]],
  links: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainLinkArgs]]],
  name: besom.types.Output[String],
  properties: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainPropertyArgs]]],
  resources: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.akamai.inputs.GetGtmDomainResourceArgs]]],
  status: besom.types.Output[scala.Option[besom.api.akamai.inputs.GetGtmDomainStatusArgs]]
)

object GetGtmDomainArgs:
  def apply(
    asMaps: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainAsMapArgs]]] = scala.None,
    cidrMaps: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainCidrMapArgs]]] = scala.None,
    datacenters: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainDatacenterArgs]]] = scala.None,
    geographicMaps: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainGeographicMapArgs]]] = scala.None,
    links: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainLinkArgs]]] = scala.None,
    name: besom.types.Input[String],
    properties: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainPropertyArgs]]] = scala.None,
    resources: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.akamai.inputs.GetGtmDomainResourceArgs]]] = scala.None,
    status: besom.types.Input.Optional[besom.api.akamai.inputs.GetGtmDomainStatusArgs] = scala.None
  )(using besom.types.Context): GetGtmDomainArgs =
    new GetGtmDomainArgs(
      asMaps = asMaps.asOptionOutput(isSecret = false),
      cidrMaps = cidrMaps.asOptionOutput(isSecret = false),
      datacenters = datacenters.asOptionOutput(isSecret = false),
      geographicMaps = geographicMaps.asOptionOutput(isSecret = false),
      links = links.asOptionOutput(isSecret = false),
      name = name.asOutput(isSecret = false),
      properties = properties.asOptionOutput(isSecret = false),
      resources = resources.asOptionOutput(isSecret = false),
      status = status.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2024 Weber Informatics LLC | Privacy Policy