toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.inputs
/
V2VmAcceleratorConfigArgs
V2Vm
Accelerator
Config
Args
data
class
V2VmAcceleratorConfigArgs
(
val
topology
:
Output
<
String
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
V2VmAcceleratorConfigArgs
>
Members
Constructors
V2Vm
Accelerator
Config
Args
Link copied to clipboard
constructor
(
topology
:
Output
<
String
>
,
type
:
Output
<
String
>
)
Properties
topology
Link copied to clipboard
val
topology
:
Output
<
String
>
Topology of TPU in chips.
type
Link copied to clipboard
val
type
:
Output
<
String
>
Type of TPU. Possible values are:
V2
,
V3
,
V4
,
V5P
.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
V2VmAcceleratorConfigArgs