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

com.pulumi.googlenative.gkehub.v1beta.kotlin.outputs.MultiClusterIngressFeatureSpecResponse.kt Maven / Gradle / Ivy

Go to download

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.gkehub.v1beta.kotlin.outputs

import kotlin.Deprecated
import kotlin.String
import kotlin.Suppress

/**
 * **Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature.
 * @property billing Deprecated: This field will be ignored and should not be set. Customer's billing structure.
 * @property configMembership Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar`
 */
public data class MultiClusterIngressFeatureSpecResponse(
    @Deprecated(
        message = """
  Deprecated: This field will be ignored and should not be set. Customer's billing structure.
  """,
    )
    public val billing: String,
    public val configMembership: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.gkehub.v1beta.outputs.MultiClusterIngressFeatureSpecResponse): MultiClusterIngressFeatureSpecResponse = MultiClusterIngressFeatureSpecResponse(
            billing = javaType.billing(),
            configMembership = javaType.configMembership(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy