toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.outputs
/
V2VmAcceleratorConfig
V2Vm
Accelerator
Config
data
class
V2VmAcceleratorConfig
(
val
topology
:
String
,
val
type
:
String
)
Members
Constructors
V2Vm
Accelerator
Config
Link copied to clipboard
constructor
(
topology
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
topology
Link copied to clipboard
val
topology
:
String
Topology of TPU in chips.
type
Link copied to clipboard
val
type
:
String
Type of TPU. Possible values are:
V2
,
V3
,
V4
,
V5P
.