Package-level declarations

Types

Link copied to clipboard
data class GetNodePlainArgs(val location: String, val nodeId: String, val project: String? = null) : ConvertibleToJava<GetNodePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class SchedulingConfigArgs(val preemptible: Output<Boolean>? = null, val reserved: Output<Boolean>? = null) : ConvertibleToJava<SchedulingConfigArgs>

Sets the scheduling options for this node.