![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.recoveryservices.kotlin.inputs.ResourceGuardProxyBaseArgs.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.recoveryservices.kotlin.inputs
import com.pulumi.azurenative.recoveryservices.inputs.ResourceGuardProxyBaseArgs.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.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property description
* @property lastUpdatedTime
* @property resourceGuardOperationDetails
* @property resourceGuardResourceId
*/
public data class ResourceGuardProxyBaseArgs(
public val description: Output? = null,
public val lastUpdatedTime: Output? = null,
public val resourceGuardOperationDetails: Output>? = null,
public val resourceGuardResourceId: Output? = null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.azurenative.recoveryservices.inputs.ResourceGuardProxyBaseArgs =
com.pulumi.azurenative.recoveryservices.inputs.ResourceGuardProxyBaseArgs.builder()
.description(description?.applyValue({ args0 -> args0 }))
.lastUpdatedTime(lastUpdatedTime?.applyValue({ args0 -> args0 }))
.resourceGuardOperationDetails(
resourceGuardOperationDetails?.applyValue({ args0 ->
args0.map({ args0 -> args0.let({ args0 -> args0.toJava() }) })
}),
)
.resourceGuardResourceId(resourceGuardResourceId?.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [ResourceGuardProxyBaseArgs].
*/
@PulumiTagMarker
public class ResourceGuardProxyBaseArgsBuilder internal constructor() {
private var description: Output? = null
private var lastUpdatedTime: Output? = null
private var resourceGuardOperationDetails: Output>? = null
private var resourceGuardResourceId: Output? = null
/**
* @param value
*/
@JvmName("gmrhiagapuskbusm")
public suspend fun description(`value`: Output) {
this.description = value
}
/**
* @param value
*/
@JvmName("foabwcmjwbnsxahc")
public suspend fun lastUpdatedTime(`value`: Output) {
this.lastUpdatedTime = value
}
/**
* @param value
*/
@JvmName("jvctvutwwxjdspfv")
public suspend fun resourceGuardOperationDetails(`value`: Output>) {
this.resourceGuardOperationDetails = value
}
@JvmName("psekcedynvfimuya")
public suspend fun resourceGuardOperationDetails(vararg values: Output) {
this.resourceGuardOperationDetails = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("wdcpuydbehvkkmva")
public suspend fun resourceGuardOperationDetails(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy