toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.tpu.v2alpha1.kotlin.inputs
/
TpuArgs
Tpu
Args
data
class
TpuArgs
(
val
nodeSpec
:
Output
<
List
<
NodeSpecArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
TpuArgs
>
Details of the TPU resource(s) being requested.
Members
Constructors
Tpu
Args
Link copied to clipboard
constructor
(
nodeSpec
:
Output
<
List
<
NodeSpecArgs
>
>
?
=
null
)
Properties
node
Spec
Link copied to clipboard
val
nodeSpec
:
Output
<
List
<
NodeSpecArgs
>
>
?
=
null
The TPU node(s) being requested.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TpuArgs