GetInstanceSerialPortResult

data class GetInstanceSerialPortResult(val contents: String, val id: String, val instance: String, val port: Int, val project: String, val zone: String)

A collection of values returned by getInstanceSerialPort.

Constructors

Link copied to clipboard
constructor(contents: String, id: String, instance: String, port: Int, project: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The output of the serial port. Serial port output is available only when the VM instance is running, and logs are limited to the most recent 1 MB of output per port.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard