LinuxOperatingSystemProfileArgs

data class LinuxOperatingSystemProfileArgs(val password: Output<String>? = null, val sshProfile: Output<SshProfileArgs>? = null, val username: Output<String>? = null) : ConvertibleToJava<LinuxOperatingSystemProfileArgs>

The ssh username, password, and ssh public key.

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, sshProfile: Output<SshProfileArgs>? = null, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password.

Link copied to clipboard
val sshProfile: Output<SshProfileArgs>? = null

The SSH profile.

Link copied to clipboard
val username: Output<String>? = null

The username.

Functions

Link copied to clipboard
open override fun toJava(): LinuxOperatingSystemProfileArgs