Package-level declarations

Types

Link copied to clipboard

Creates a node. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class NodeArgs(val acceleratorType: Output<String>? = null, val cidrBlock: Output<String>? = null, val description: Output<String>? = null, val health: Output<NodeHealth>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val nodeId: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val schedulingConfig: Output<SchedulingConfigArgs>? = null, val tensorflowVersion: Output<String>? = null, val useServiceNetworking: Output<Boolean>? = null) : ConvertibleToJava<NodeArgs>

Creates a node. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Builder for NodeArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Node.

Link copied to clipboard

Functions

Link copied to clipboard
fun node(name: String): Node
suspend fun node(name: String, block: suspend NodeResourceBuilder.() -> Unit): Node