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

Properties of a Node.

Package

@google-cloud/tpu!

Properties

acceleratorType

acceleratorType?: (string|null);

Node acceleratorType

Property Value
TypeDescription
(string|null)

apiVersion

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

Node apiVersion

Property Value
TypeDescription
(google.cloud.tpu.v1.Node.ApiVersion|keyof typeof google.cloud.tpu.v1.Node.ApiVersion|null)

cidrBlock

cidrBlock?: (string|null);

Node cidrBlock

Property Value
TypeDescription
(string|null)

createTime

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

Node createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

Node description

Property Value
TypeDescription
(string|null)

health

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

Node health

Property Value
TypeDescription
(google.cloud.tpu.v1.Node.Health|keyof typeof google.cloud.tpu.v1.Node.Health|null)

healthDescription

healthDescription?: (string|null);

Node healthDescription

Property Value
TypeDescription
(string|null)

ipAddress

ipAddress?: (string|null);

Node ipAddress

Property Value
TypeDescription
(string|null)

labels

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

Node labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Node name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

Node network

Property Value
TypeDescription
(string|null)

networkEndpoints

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

Node networkEndpoints

Property Value
TypeDescription
(google.cloud.tpu.v1.INetworkEndpoint[]|null)

port

port?: (string|null);

Node port

Property Value
TypeDescription
(string|null)

schedulingConfig

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

Node schedulingConfig

Property Value
TypeDescription
(google.cloud.tpu.v1.ISchedulingConfig|null)

serviceAccount

serviceAccount?: (string|null);

Node serviceAccount

Property Value
TypeDescription
(string|null)

state

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

Node state

Property Value
TypeDescription
(google.cloud.tpu.v1.Node.State|keyof typeof google.cloud.tpu.v1.Node.State|null)

symptoms

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

Node symptoms

Property Value
TypeDescription
(google.cloud.tpu.v1.ISymptom[]|null)

tensorflowVersion

tensorflowVersion?: (string|null);

Node tensorflowVersion

Property Value
TypeDescription
(string|null)

useServiceNetworking

useServiceNetworking?: (boolean|null);

Node useServiceNetworking

Property Value
TypeDescription
(boolean|null)