GetSerialPortResult

data class GetSerialPortResult(val id: String, val name: String, val state: String? = null, val type: String)

Represents the serial port of the parent resource.

Constructors

Link copied to clipboard
constructor(id: String, name: String, state: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard
val state: String? = null

Specifies whether the port is enabled for a serial console connection.

Link copied to clipboard

Resource type