com.pulumi.googlenative.dns.v1.kotlin.outputs.ManagedZonePrivateVisibilityConfigGKEClusterResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dns.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property gkeClusterName The resource name of the cluster to bind this ManagedZone to. This should be specified in the format like: projects/*/locations/*/clusters/*. This is referenced from GKE projects.locations.clusters.get API: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
* @property kind
* */*/*/
*/
public data class ManagedZonePrivateVisibilityConfigGKEClusterResponse(
public val gkeClusterName: String,
public val kind: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.dns.v1.outputs.ManagedZonePrivateVisibilityConfigGKEClusterResponse): ManagedZonePrivateVisibilityConfigGKEClusterResponse =
ManagedZonePrivateVisibilityConfigGKEClusterResponse(
gkeClusterName = javaType.gkeClusterName(),
kind = javaType.kind(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy