Properties of a Node.
Package
@google-cloud/tpuProperties
acceleratorConfig
acceleratorConfig
?:
(
google
.
cloud
.
tpu
.
v2
.
IAcceleratorConfig
|
null
);
Node acceleratorConfig
acceleratorType
acceleratorType
?:
(
string
|
null
);
Node acceleratorType
apiVersion
apiVersion
?:
(
google
.
cloud
.
tpu
.
v2
.
Node
.
ApiVersion
|
keyof
typeof
google
.
cloud
.
tpu
.
v2
.
Node
.
ApiVersion
|
null
);
Node apiVersion
cidrBlock
cidrBlock
?:
(
string
|
null
);
Node cidrBlock
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
Node createTime
dataDisks
dataDisks
?:
(
google
.
cloud
.
tpu
.
v2
.
IAttachedDisk
[]
|
null
);
Node dataDisks
description
description
?:
(
string
|
null
);
Node description
health
health
?:
(
google
.
cloud
.
tpu
.
v2
.
Node
.
Health
|
keyof
typeof
google
.
cloud
.
tpu
.
v2
.
Node
.
Health
|
null
);
Node health
healthDescription
healthDescription
?:
(
string
|
null
);
Node healthDescription
id
id
?:
(
number
|
Long
|
string
|
null
);
Node id
labels
labels
?:
({
[
k
:
string
]
:
string
}
|
null
);
Node labels
metadata
metadata
?:
({
[
k
:
string
]
:
string
}
|
null
);
Node metadata
name
name
?:
(
string
|
null
);
Node name
networkConfig
networkConfig
?:
(
google
.
cloud
.
tpu
.
v2
.
INetworkConfig
|
null
);
Node networkConfig
networkEndpoints
networkEndpoints
?:
(
google
.
cloud
.
tpu
.
v2
.
INetworkEndpoint
[]
|
null
);
Node networkEndpoints
runtimeVersion
runtimeVersion
?:
(
string
|
null
);
Node runtimeVersion
schedulingConfig
schedulingConfig
?:
(
google
.
cloud
.
tpu
.
v2
.
ISchedulingConfig
|
null
);
Node schedulingConfig
serviceAccount
serviceAccount
?:
(
google
.
cloud
.
tpu
.
v2
.
IServiceAccount
|
null
);
Node serviceAccount
shieldedInstanceConfig
shieldedInstanceConfig
?:
(
google
.
cloud
.
tpu
.
v2
.
IShieldedInstanceConfig
|
null
);
Node shieldedInstanceConfig
state
state
?:
(
google
.
cloud
.
tpu
.
v2
.
Node
.
State
|
keyof
typeof
google
.
cloud
.
tpu
.
v2
.
Node
.
State
|
null
);
Node state
symptoms
symptoms
?:
(
google
.
cloud
.
tpu
.
v2
.
ISymptom
[]
|
null
);
Node symptoms
tags
tags
?:
(
string
[]
|
null
);
Node tags