![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.apicenter.kotlin.inputs.DeploymentServerArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.apicenter.kotlin.inputs
import com.pulumi.azurenative.apicenter.inputs.DeploymentServerArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
* Server
* @property runtimeUri Base runtime URLs for this deployment.
*/
public data class DeploymentServerArgs(
public val runtimeUri: Output>? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azurenative.apicenter.inputs.DeploymentServerArgs =
com.pulumi.azurenative.apicenter.inputs.DeploymentServerArgs.builder()
.runtimeUri(runtimeUri?.applyValue({ args0 -> args0.map({ args0 -> args0 }) })).build()
}
/**
* Builder for [DeploymentServerArgs].
*/
@PulumiTagMarker
public class DeploymentServerArgsBuilder internal constructor() {
private var runtimeUri: Output>? = null
/**
* @param value Base runtime URLs for this deployment.
*/
@JvmName("oinigktoyibshncy")
public suspend fun runtimeUri(`value`: Output>) {
this.runtimeUri = value
}
@JvmName("vusmsqbbfkisvhfv")
public suspend fun runtimeUri(vararg values: Output) {
this.runtimeUri = Output.all(values.asList())
}
/**
* @param values Base runtime URLs for this deployment.
*/
@JvmName("uudmkkvxxpxrpxfm")
public suspend fun runtimeUri(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy