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

com.pulumi.googlenative.compute.alpha.kotlin.enums.ConditionSys.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.compute.alpha.kotlin.enums

import com.pulumi.kotlin.ConvertibleToJava
import kotlin.Suppress

/**
 * This is deprecated and has no effect. Do not use.
 */
public enum class ConditionSys(
    public val javaValue: com.pulumi.googlenative.compute.alpha.enums.ConditionSys,
) : ConvertibleToJava {
    /**
     * This is deprecated and has no effect. Do not use.
     */
    Ip(com.pulumi.googlenative.compute.alpha.enums.ConditionSys.Ip),

    /**
     * This is deprecated and has no effect. Do not use.
     */
    Name(com.pulumi.googlenative.compute.alpha.enums.ConditionSys.Name),

    /**
     * This is deprecated and has no effect. Do not use.
     */
    NoAttr(com.pulumi.googlenative.compute.alpha.enums.ConditionSys.NoAttr),

    /**
     * This is deprecated and has no effect. Do not use.
     */
    Region(com.pulumi.googlenative.compute.alpha.enums.ConditionSys.Region),

    /**
     * This is deprecated and has no effect. Do not use.
     */
    Service(com.pulumi.googlenative.compute.alpha.enums.ConditionSys.Service),
    ;

    override fun toJava(): com.pulumi.googlenative.compute.alpha.enums.ConditionSys = javaValue

    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.compute.alpha.enums.ConditionSys): ConditionSys = ConditionSys.values().first { it.javaValue == javaType }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy