ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationOsProfileArgs

data class ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationOsProfileArgs(val adminUsername: Output<String>, val sshPrivateKey: Output<String>, val sshPublicKey: Output<String>) : ConvertibleToJava<ThreeTierVirtualInstanceThreeTierConfigurationApplicationServerConfigurationVirtualMachineConfigurationOsProfileArgs>

Constructors

constructor(adminUsername: Output<String>, sshPrivateKey: Output<String>, sshPublicKey: Output<String>)

Properties

Link copied to clipboard
val adminUsername: Output<String>

The name of the administrator account. Changing this forces a new resource to be created.

Link copied to clipboard
val sshPrivateKey: Output<String>

The SSH public key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.

Link copied to clipboard
val sshPublicKey: Output<String>

The SSH private key that is used to authenticate with the Virtual Machine. Changing this forces a new resource to be created.

Functions

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