acceleratorConfigs

@JvmName(name = "ukxgycubeioenqhd")
suspend fun acceleratorConfigs(value: Output<List<InstanceGceSetupAcceleratorConfigArgs>>)
@JvmName(name = "wowkpqfnptgchdrl")
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 = "xaivcswnphkqrhlc")
suspend fun acceleratorConfigs(vararg values: Output<InstanceGceSetupAcceleratorConfigArgs>)


@JvmName(name = "hmchmjrewpgnylos")
suspend fun acceleratorConfigs(values: List<Output<InstanceGceSetupAcceleratorConfigArgs>>)
@JvmName(name = "kkvhmmmbdshqtnmb")
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 = "jynmaqgxdtcqgmfd")
suspend fun acceleratorConfigs(argument: List<suspend InstanceGceSetupAcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "mtromuwavhvftfvk")
suspend fun acceleratorConfigs(vararg argument: suspend InstanceGceSetupAcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "apsodwfabtlpojom")
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.