Package-level declarations
Types
Link copied to clipboard
object SerialconsoleFunctions
Link copied to clipboard
Represents the serial port of the parent resource. API Version: 2018-05-01.
Link copied to clipboard
data class SerialPortArgs(val parentResource: Output<String>? = null, val parentResourceType: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceProviderNamespace: Output<String>? = null, val serialPort: Output<String>? = null, val state: Output<SerialPortState>? = null) : ConvertibleToJava<SerialPortArgs>
Represents the serial port of the parent resource. API Version: 2018-05-01.
Link copied to clipboard
class SerialPortArgsBuilder
Builder for SerialPortArgs.
Link copied to clipboard
Link copied to clipboard
Builder for SerialPort.
Functions
Link copied to clipboard
suspend fun serialPort(name: String, block: suspend SerialPortResourceBuilder.() -> Unit): SerialPort