![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.migrate.kotlin.inputs.VsphereManagementSettingsArgs.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.migrate.kotlin.inputs
import com.pulumi.azurenative.migrate.inputs.VsphereManagementSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
* Vsphere management settings.
* @property licenseAndSupportList Licence and support list.
*/
public data class VsphereManagementSettingsArgs(
public val licenseAndSupportList: Output>,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azurenative.migrate.inputs.VsphereManagementSettingsArgs =
com.pulumi.azurenative.migrate.inputs.VsphereManagementSettingsArgs.builder()
.licenseAndSupportList(
licenseAndSupportList.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 -> args0.toJava() })
})
}),
).build()
}
/**
* Builder for [VsphereManagementSettingsArgs].
*/
@PulumiTagMarker
public class VsphereManagementSettingsArgsBuilder internal constructor() {
private var licenseAndSupportList: Output>? = null
/**
* @param value Licence and support list.
*/
@JvmName("jarbdsdjiotvflvn")
public suspend fun licenseAndSupportList(`value`: Output>) {
this.licenseAndSupportList = value
}
@JvmName("fabsmcrsxpjyqyod")
public suspend fun licenseAndSupportList(vararg values: Output) {
this.licenseAndSupportList = Output.all(values.asList())
}
/**
* @param values Licence and support list.
*/
@JvmName("btnxxfsguwykgngg")
public suspend fun licenseAndSupportList(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy