WorkstationConfigReadinessCheckArgs

data class WorkstationConfigReadinessCheckArgs(val path: Output<String>, val port: Output<Int>) : ConvertibleToJava<WorkstationConfigReadinessCheckArgs>

Constructors

Link copied to clipboard
constructor(path: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard
val path: Output<String>

Path to which the request should be sent.

Link copied to clipboard
val port: Output<Int>

Port to which the request should be sent.

Functions

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