GetInstanceSerialPortPlainArgs

data class GetInstanceSerialPortPlainArgs(val instance: String, val port: Int, val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetInstanceSerialPortPlainArgs>

A collection of arguments for invoking getInstanceSerialPort.

Constructors

Link copied to clipboard
constructor(instance: String, port: Int, project: String? = null, zone: String? = null)

Properties

Link copied to clipboard

The name of the Compute Instance to read output from.

Link copied to clipboard
val port: Int

The number of the serial port to read output from. Possible values are 1-4.

Link copied to clipboard
val project: String? = null

The project in which the Compute Instance exists. If it is not provided, the provider project is used.

Link copied to clipboard
val zone: String? = null

The zone in which the Compute Instance exists. If it is not provided, the provider zone is used.

Functions

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