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

com.pulumi.azurenative.timeseriesinsights.kotlin.enums.LocalTimestampFormat.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.timeseriesinsights.kotlin.enums

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

/**
 * An enum that represents the format of the local timestamp property that needs to be set.
 */
public enum class LocalTimestampFormat(
    public val javaValue: com.pulumi.azurenative.timeseriesinsights.enums.LocalTimestampFormat,
) : ConvertibleToJava {
    Embedded(com.pulumi.azurenative.timeseriesinsights.enums.LocalTimestampFormat.Embedded),
    ;

    override fun toJava(): com.pulumi.azurenative.timeseriesinsights.enums.LocalTimestampFormat =
        javaValue

    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.timeseriesinsights.enums.LocalTimestampFormat): LocalTimestampFormat = LocalTimestampFormat.values().first { it.javaValue == javaType }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy