acceleratorConfigs

@JvmName(name = "xjuydekvbjdvedwu")
suspend fun acceleratorConfigs(value: Output<List<InstanceGceSetupAcceleratorConfigArgs>>)
@JvmName(name = "ygbeolqfmyapfurn")
suspend fun acceleratorConfigs(value: List<InstanceGceSetupAcceleratorConfigArgs>?)

Parameters

value

The hardware accelerators used on this instance. If you use accelerators, make sure that your configuration has enough vCPUs and memory to support the machine_type you have selected. Currently supports only one accelerator configuration. Structure is documented below.


@JvmName(name = "kvuwbgriaodkyfwe")
suspend fun acceleratorConfigs(vararg values: Output<InstanceGceSetupAcceleratorConfigArgs>)


@JvmName(name = "bsdbkijidphximqu")
suspend fun acceleratorConfigs(values: List<Output<InstanceGceSetupAcceleratorConfigArgs>>)
@JvmName(name = "abilcakadcnggntw")
suspend fun acceleratorConfigs(vararg values: InstanceGceSetupAcceleratorConfigArgs)

Parameters

values

The hardware accelerators used on this instance. If you use accelerators, make sure that your configuration has enough vCPUs and memory to support the machine_type you have selected. Currently supports only one accelerator configuration. Structure is documented below.


@JvmName(name = "qkxoygkecinuvvko")
suspend fun acceleratorConfigs(argument: List<suspend InstanceGceSetupAcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ygrxrkfqrsmbwhka")
suspend fun acceleratorConfigs(vararg argument: suspend InstanceGceSetupAcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "kebaysopskawndkx")
suspend fun acceleratorConfigs(argument: suspend InstanceGceSetupAcceleratorConfigArgsBuilder.() -> Unit)

Parameters

argument

The hardware accelerators used on this instance. If you use accelerators, make sure that your configuration has enough vCPUs and memory to support the machine_type you have selected. Currently supports only one accelerator configuration. Structure is documented below.