SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationOsProfile

data class SingleNodeVirtualInstanceSingleServerConfigurationVirtualMachineConfigurationOsProfile(val adminUsername: String, val sshPrivateKey: String, val sshPublicKey: String)

Constructors

constructor(adminUsername: String, sshPrivateKey: String, sshPublicKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

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