Interface protos.google.cloud.tpu.v1.INode (3.8.0)

Properties of a Node.

Package

@google-cloud/tpu

Properties

acceleratorType

acceleratorType?:(string|null);

Node acceleratorType

apiVersion

apiVersion?:(google.cloud.tpu.v1.Node.ApiVersion|keyoftypeofgoogle.cloud.tpu.v1.Node.ApiVersion|null);

Node apiVersion

cidrBlock

cidrBlock?:(string|null);

Node cidrBlock

createTime

createTime?:(google.protobuf.ITimestamp|null);

Node createTime

description

description?:(string|null);

Node description

health

health?:(google.cloud.tpu.v1.Node.Health|keyoftypeofgoogle.cloud.tpu.v1.Node.Health|null);

Node health

healthDescription

healthDescription?:(string|null);

Node healthDescription

ipAddress

ipAddress?:(string|null);

Node ipAddress

labels

labels?:({[k:string]:string}|null);

Node labels

name

name?:(string|null);

Node name

network

network?:(string|null);

Node network

networkEndpoints

networkEndpoints?:(google.cloud.tpu.v1.INetworkEndpoint[]|null);

Node networkEndpoints

port

port?:(string|null);

Node port

schedulingConfig

schedulingConfig?:(google.cloud.tpu.v1.ISchedulingConfig|null);

Node schedulingConfig

serviceAccount

serviceAccount?:(string|null);

Node serviceAccount

state

state?:(google.cloud.tpu.v1.Node.State|keyoftypeofgoogle.cloud.tpu.v1.Node.State|null);

Node state

symptoms

symptoms?:(google.cloud.tpu.v1.ISymptom[]|null);

Node symptoms

tensorflowVersion

tensorflowVersion?:(string|null);

Node tensorflowVersion

useServiceNetworking

useServiceNetworking?:(boolean|null);

Node useServiceNetworking

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-30 UTC.