
com.pulumi.googlenative.gkeonprem.v1.kotlin.outputs.VmwareDhcpIpConfigResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-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.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.gkeonprem.v1.kotlin.outputs
import kotlin.Boolean
import kotlin.Suppress
/**
* Represents the network configuration required for the VMware user clusters with DHCP IP configurations.
* @property enabled enabled is a flag to mark if DHCP IP allocation is used for VMware user clusters.
*/
public data class VmwareDhcpIpConfigResponse(
public val enabled: Boolean,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.gkeonprem.v1.outputs.VmwareDhcpIpConfigResponse): VmwareDhcpIpConfigResponse = VmwareDhcpIpConfigResponse(
enabled = javaType.enabled(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy