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

com.pulumi.gcp.container.kotlin.outputs.ClusterNodeConfigGvnic.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.container.kotlin.outputs

import kotlin.Boolean
import kotlin.Suppress

/**
 *
 * @property enabled Whether or not the Google Virtual NIC (gVNIC) is enabled
 */
public data class ClusterNodeConfigGvnic(
    public val enabled: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.container.outputs.ClusterNodeConfigGvnic): ClusterNodeConfigGvnic = ClusterNodeConfigGvnic(
            enabled = javaType.enabled(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy