V2VmAcceleratorConfigArgs

data class V2VmAcceleratorConfigArgs(val topology: Output<String>, val type: Output<String>) : ConvertibleToJava<V2VmAcceleratorConfigArgs>

Constructors

Link copied to clipboard
constructor(topology: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val topology: Output<String>

Topology of TPU in chips.

Link copied to clipboard
val type: Output<String>

Type of TPU. Please select one of the allowed types: https://cloud.google.com/tpu/docs/reference/rest/v2/AcceleratorConfig#Type

Functions

Link copied to clipboard
open override fun toJava(): V2VmAcceleratorConfigArgs