
src.apigee.v1.OrganizationArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.apigee.v1
final case class OrganizationArgs private(
addonsConfig: besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AddonsConfigArgs]],
analyticsRegion: besom.types.Output[String],
apiConsumerDataEncryptionKeyName: besom.types.Output[scala.Option[String]],
apiConsumerDataLocation: besom.types.Output[scala.Option[String]],
attributes: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]],
authorizedNetwork: besom.types.Output[scala.Option[String]],
billingType: besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.enums.OrganizationBillingType]],
controlPlaneEncryptionKeyName: besom.types.Output[scala.Option[String]],
customerName: besom.types.Output[scala.Option[String]],
description: besom.types.Output[scala.Option[String]],
disableVpcPeering: besom.types.Output[scala.Option[Boolean]],
displayName: besom.types.Output[scala.Option[String]],
parent: besom.types.Output[String],
portalDisabled: besom.types.Output[scala.Option[Boolean]],
properties: besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1PropertiesArgs]],
runtimeDatabaseEncryptionKeyName: besom.types.Output[scala.Option[String]],
runtimeType: besom.types.Output[besom.api.googlenative.apigee.v1.enums.OrganizationRuntimeType],
`type`: besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.enums.OrganizationType]]
)
object OrganizationArgs:
def apply(
addonsConfig: besom.types.Input.Optional[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AddonsConfigArgs] = scala.None,
analyticsRegion: besom.types.Input[String],
apiConsumerDataEncryptionKeyName: besom.types.Input.Optional[String] = scala.None,
apiConsumerDataLocation: besom.types.Input.Optional[String] = scala.None,
attributes: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None,
authorizedNetwork: besom.types.Input.Optional[String] = scala.None,
billingType: besom.types.Input.Optional[besom.api.googlenative.apigee.v1.enums.OrganizationBillingType] = scala.None,
controlPlaneEncryptionKeyName: besom.types.Input.Optional[String] = scala.None,
customerName: besom.types.Input.Optional[String] = scala.None,
description: besom.types.Input.Optional[String] = scala.None,
disableVpcPeering: besom.types.Input.Optional[Boolean] = scala.None,
displayName: besom.types.Input.Optional[String] = scala.None,
parent: besom.types.Input[String],
portalDisabled: besom.types.Input.Optional[Boolean] = scala.None,
properties: besom.types.Input.Optional[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1PropertiesArgs] = scala.None,
runtimeDatabaseEncryptionKeyName: besom.types.Input.Optional[String] = scala.None,
runtimeType: besom.types.Input[besom.api.googlenative.apigee.v1.enums.OrganizationRuntimeType],
`type`: besom.types.Input.Optional[besom.api.googlenative.apigee.v1.enums.OrganizationType] = scala.None
)(using besom.types.Context): OrganizationArgs =
new OrganizationArgs(
addonsConfig = addonsConfig.asOptionOutput(isSecret = false),
analyticsRegion = analyticsRegion.asOutput(isSecret = false),
apiConsumerDataEncryptionKeyName = apiConsumerDataEncryptionKeyName.asOptionOutput(isSecret = false),
apiConsumerDataLocation = apiConsumerDataLocation.asOptionOutput(isSecret = false),
attributes = attributes.asOptionOutput(isSecret = false),
authorizedNetwork = authorizedNetwork.asOptionOutput(isSecret = false),
billingType = billingType.asOptionOutput(isSecret = false),
controlPlaneEncryptionKeyName = controlPlaneEncryptionKeyName.asOptionOutput(isSecret = false),
customerName = customerName.asOptionOutput(isSecret = false),
description = description.asOptionOutput(isSecret = false),
disableVpcPeering = disableVpcPeering.asOptionOutput(isSecret = false),
displayName = displayName.asOptionOutput(isSecret = false),
parent = parent.asOutput(isSecret = false),
portalDisabled = portalDisabled.asOptionOutput(isSecret = false),
properties = properties.asOptionOutput(isSecret = false),
runtimeDatabaseEncryptionKeyName = runtimeDatabaseEncryptionKeyName.asOptionOutput(isSecret = false),
runtimeType = runtimeType.asOutput(isSecret = false),
`type` = `type`.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[OrganizationArgs] =
besom.internal.Encoder.derived[OrganizationArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[OrganizationArgs] =
besom.internal.ArgsEncoder.derived[OrganizationArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy