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
                class GetNodePlainArgsBuilder
Builder for GetNodePlainArgs.
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.
Link copied to clipboard
                Builder for SchedulingConfigArgs.