ReadinessCheckArgs

data class ReadinessCheckArgs(val path: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ReadinessCheckArgs>

A readiness check to be performed on a workstation.

Constructors

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

Properties

Link copied to clipboard
val path: Output<String>? = null

Path to which the request should be sent.

Link copied to clipboard
val port: Output<Int>? = null

Port to which the request should be sent.

Functions

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