![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.databoxedge.kotlin.inputs.KubernetesRoleStorageArgs.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.databoxedge.kotlin.inputs
import com.pulumi.azurenative.databoxedge.inputs.KubernetesRoleStorageArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
* Kubernetes role storage resource
* @property endpoints Mount points of shares in role(s).
*/
public data class KubernetesRoleStorageArgs(
public val endpoints: Output>? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azurenative.databoxedge.inputs.KubernetesRoleStorageArgs =
com.pulumi.azurenative.databoxedge.inputs.KubernetesRoleStorageArgs.builder()
.endpoints(
endpoints?.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 ->
args0.toJava()
})
})
}),
).build()
}
/**
* Builder for [KubernetesRoleStorageArgs].
*/
@PulumiTagMarker
public class KubernetesRoleStorageArgsBuilder internal constructor() {
private var endpoints: Output>? = null
/**
* @param value Mount points of shares in role(s).
*/
@JvmName("xnjovpkntvwpyliu")
public suspend fun endpoints(`value`: Output>) {
this.endpoints = value
}
@JvmName("ujogpopjactqhyir")
public suspend fun endpoints(vararg values: Output) {
this.endpoints = Output.all(values.asList())
}
/**
* @param values Mount points of shares in role(s).
*/
@JvmName("sdqdhukqiksspied")
public suspend fun endpoints(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy