Node

class Node : KotlinCustomResource

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

Properties

Link copied to clipboard

The AccleratorConfig for the TPU Node.

Link copied to clipboard
val acceleratorType: Output<String>

The type of hardware accelerators associated with this node.

Link copied to clipboard
val apiVersion: Output<String>

The API version that created this Node.

Link copied to clipboard
val cidrBlock: Output<String>

The CIDR block that the TPU node will use when selecting an IP address. This CIDR block must be a /29 block; the Compute Engine networks API forbids a smaller block, and using a larger block would be wasteful (a node can only consume one IP address). Errors will occur if the CIDR block has already been used for a currently existing TPU node, the CIDR block conflicts with any subnetworks in the user's provided network, or the provided network is peered with another network that is using that CIDR block.

Link copied to clipboard
val createTime: Output<String>

The time when the node was created.

Link copied to clipboard

The additional data disks for the Node.

Link copied to clipboard
val description: Output<String>

The user-supplied description of the TPU. Maximum of 512 characters.

Link copied to clipboard
val health: Output<String>

The health status of the TPU node.

Link copied to clipboard

If this field is populated, it contains a description of why the TPU Node is unhealthy.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Resource labels to represent user-provided metadata.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val metadata: Output<Map<String, String>>

Custom metadata to apply to the TPU Node. Can set startup-script and shutdown-script

Link copied to clipboard
val multisliceNode: Output<Boolean>

Whether the Node belongs to a Multislice group.

Link copied to clipboard
val name: Output<String>

Immutable. The name of the TPU.

Link copied to clipboard

Network configurations for the TPU node.

Link copied to clipboard

The network endpoints where TPU workers can be accessed and sent work. It is recommended that runtime clients of the node reach out to the 0th entry in this map first.

Link copied to clipboard
val nodeId: Output<String>?

The unqualified resource name.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val queuedResource: Output<String>

The qualified name of the QueuedResource that requested this Node.

Link copied to clipboard
val requestId: Output<String>?

Idempotent request UUID.

Link copied to clipboard
val runtimeVersion: Output<String>

The runtime version running in the Node.

Link copied to clipboard

The scheduling options for this node.

Link copied to clipboard

The Google Cloud Platform Service Account to be used by the TPU node VMs. If None is specified, the default compute service account will be used.

Link copied to clipboard

Shielded Instance options.

Link copied to clipboard
val state: Output<String>

The current state for the TPU Node.

Link copied to clipboard

The Symptoms that have occurred to the TPU Node.

Link copied to clipboard
val tags: Output<List<String>>

Tags to apply to the TPU Node. Tags are used to identify valid sources or targets for network firewalls.

Link copied to clipboard
val urn: Output<String>