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

com.pulumi.googlenative.appengine.v1beta.kotlin.outputs.FlexibleRuntimeSettingsResponse.kt Maven / Gradle / Ivy

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

package com.pulumi.googlenative.appengine.v1beta.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Runtime settings for the App Engine flexible environment.
 * @property operatingSystem The operating system of the application runtime.
 * @property runtimeVersion The runtime version of an App Engine flexible application.
 */
public data class FlexibleRuntimeSettingsResponse(
    public val operatingSystem: String,
    public val runtimeVersion: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.appengine.v1beta.outputs.FlexibleRuntimeSettingsResponse): FlexibleRuntimeSettingsResponse = FlexibleRuntimeSettingsResponse(
            operatingSystem = javaType.operatingSystem(),
            runtimeVersion = javaType.runtimeVersion(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy