
com.pulumi.azurenative.azurestackhci.kotlin.outputs.GuestCredentialResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.azurestackhci.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Username / Password Credentials to connect to guest.
* @property username The username to connect with the guest.
*/
public data class GuestCredentialResponse(
public val username: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.azurestackhci.outputs.GuestCredentialResponse): GuestCredentialResponse = GuestCredentialResponse(
username = javaType.username().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy