
com.pulumi.azure.containerservice.kotlin.outputs.GetKubernetesClusterAciConnectorLinux.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.containerservice.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property subnetName The subnet name for the virtual nodes to run.
*/
public data class GetKubernetesClusterAciConnectorLinux(
public val subnetName: String,
) {
public companion object {
public
fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.GetKubernetesClusterAciConnectorLinux):
GetKubernetesClusterAciConnectorLinux = GetKubernetesClusterAciConnectorLinux(
subnetName = javaType.subnetName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy