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

com.pulumi.azure.containerservice.kotlin.outputs.GetKubernetesClusterLinuxProfileSshKey.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 GetKubernetesClusterLinuxProfileSshKey(
    public val keyData: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.containerservice.outputs.GetKubernetesClusterLinuxProfileSshKey):
            GetKubernetesClusterLinuxProfileSshKey = GetKubernetesClusterLinuxProfileSshKey(
            keyData = javaType.keyData(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy