All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.dns.v1.kotlin.outputs.ResponsePolicyGKEClusterResponse.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 response policy 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 ResponsePolicyGKEClusterResponse(
    public val gkeClusterName: String,
    public val kind: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.dns.v1.outputs.ResponsePolicyGKEClusterResponse): ResponsePolicyGKEClusterResponse = ResponsePolicyGKEClusterResponse(
            gkeClusterName = javaType.gkeClusterName(),
            kind = javaType.kind(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy