
com.pulumi.gcp.dns.kotlin.outputs.ManagedZoneServiceDirectoryConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.dns.kotlin.outputs
import kotlin.Suppress
/**
*
* @property namespace The namespace associated with the zone.
* Structure is documented below.
*/
public data class ManagedZoneServiceDirectoryConfig(
public val namespace: ManagedZoneServiceDirectoryConfigNamespace,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.dns.outputs.ManagedZoneServiceDirectoryConfig): ManagedZoneServiceDirectoryConfig = ManagedZoneServiceDirectoryConfig(
namespace = javaType.namespace().let({ args0 ->
com.pulumi.gcp.dns.kotlin.outputs.ManagedZoneServiceDirectoryConfigNamespace.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy