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

com.pulumi.azure.batch.kotlin.outputs.GetPoolWindow.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.batch.kotlin.outputs

import kotlin.Boolean
import kotlin.Suppress

/**
 *
 * @property enableAutomaticUpdates Whether automatic updates are enabled on the virtual machine.
 */
public data class GetPoolWindow(
    public val enableAutomaticUpdates: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.batch.outputs.GetPoolWindow): GetPoolWindow =
            GetPoolWindow(
                enableAutomaticUpdates = javaType.enableAutomaticUpdates(),
            )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy