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

com.pulumi.azure.containerservice.kotlin.outputs.KubernetesClusterLinuxProfileSshKey.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.containerservice.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property keyData The Public SSH Key used to access the cluster.
 */
public data class KubernetesClusterLinuxProfileSshKey(
    public val keyData: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.KubernetesClusterLinuxProfileSshKey): KubernetesClusterLinuxProfileSshKey = KubernetesClusterLinuxProfileSshKey(
            keyData = javaType.keyData(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy