VirtualMachineSchemaResponseProperties

data class VirtualMachineSchemaResponseProperties(val address: String? = null, val administratorAccount: VirtualMachineSshCredentialsResponse? = null, val isNotebookInstanceCompute: Boolean? = null, val notebookServerPort: Int? = null, val sshPort: Int? = null, val virtualMachineSize: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, administratorAccount: VirtualMachineSshCredentialsResponse? = null, isNotebookInstanceCompute: Boolean? = null, notebookServerPort: Int? = null, sshPort: Int? = null, virtualMachineSize: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Public IP address of the virtual machine.

Link copied to clipboard

Admin credentials for virtual machine

Link copied to clipboard

Indicates whether this compute will be used for running notebooks.

Link copied to clipboard
val notebookServerPort: Int? = null

Notebook server port open for ssh connections.

Link copied to clipboard
val sshPort: Int? = null

Port open for ssh connections.

Link copied to clipboard

Virtual Machine size