Node

class Node : KotlinCustomResource

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

Properties

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
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 ipAddress: Output<String>

DEPRECATED! Use network_endpoints instead. The network address for the TPU Node as visible to Compute Engine instances.

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 name: Output<String>

Immutable. The name of the TPU

Link copied to clipboard
val network: Output<String>

The name of a network they wish to peer the TPU node to. It must be a preexisting Compute Engine network inside of the project on which this API has been activated. If none is provided, "default" will be used.

Link copied to clipboard

The network endpoints where TPU workers can be accessed and sent work. It is recommended that Tensorflow 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 port: Output<String>

DEPRECATED! Use network_endpoints instead. The network port for the TPU Node as visible to Compute Engine instances.

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

The scheduling options for this node.

Link copied to clipboard
val serviceAccount: Output<String>

The service account used to run the tensor flow services within the node. To share resources, including Google Cloud Storage data, with the Tensorflow job running in the Node, this account must have permissions to that data.

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

The version of Tensorflow running in the Node.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Whether the VPC peering for the node is set up through Service Networking API. The VPC Peering should be set up before provisioning the node. If this field is set, cidr_block field should not be specified. If the network, that you want to peer the TPU Node to, is Shared VPC networks, the node must be created with this this field enabled.