HostArgs

data class HostArgs(val gceInstance: Output<GceInstanceArgs>? = null) : ConvertibleToJava<HostArgs>

Runtime host for a workstation.

Constructors

Link copied to clipboard
fun HostArgs(gceInstance: Output<GceInstanceArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val gceInstance: Output<GceInstanceArgs>? = null

Specifies a Compute Engine instance as the host.