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

com.pulumi.kubernetes.flowcontrol.v1.kotlin.outputs.FlowDistinguisherMethod.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.kubernetes.flowcontrol.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * FlowDistinguisherMethod specifies the method of a flow distinguisher.
 * @property type `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
 */
public data class FlowDistinguisherMethod(
    public val type: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.kubernetes.flowcontrol.v1.outputs.FlowDistinguisherMethod): FlowDistinguisherMethod = FlowDistinguisherMethod(
            type = javaType.type(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy