guestAccelerators

@JvmName(name = "ujjmnkdcjuqogymg")
suspend fun guestAccelerators(value: Output<List<InstanceGuestAcceleratorArgs>>)
@JvmName(name = "rgxidfnmabhkwbvp")
suspend fun guestAccelerators(value: List<InstanceGuestAcceleratorArgs>?)

Parameters

value

List of the type and count of accelerator cards attached to the instance. Structure documented below. Note: GPU accelerators can only be used with on_host_maintenance option set to TERMINATE.


@JvmName(name = "irxoxlofuwyhabhr")
suspend fun guestAccelerators(vararg values: Output<InstanceGuestAcceleratorArgs>)


@JvmName(name = "naccvewnfxwmsllt")
suspend fun guestAccelerators(values: List<Output<InstanceGuestAcceleratorArgs>>)
@JvmName(name = "ljwkflqbwfushjnv")
suspend fun guestAccelerators(vararg values: InstanceGuestAcceleratorArgs)

Parameters

values

List of the type and count of accelerator cards attached to the instance. Structure documented below. Note: GPU accelerators can only be used with on_host_maintenance option set to TERMINATE.


@JvmName(name = "odbkqxlbopafhjub")
suspend fun guestAccelerators(argument: List<suspend InstanceGuestAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "ojayrewrubsghdpq")
suspend fun guestAccelerators(vararg argument: suspend InstanceGuestAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "ndfsjxwgmplnamna")
suspend fun guestAccelerators(argument: suspend InstanceGuestAcceleratorArgsBuilder.() -> Unit)

Parameters

argument

List of the type and count of accelerator cards attached to the instance. Structure documented below. Note: GPU accelerators can only be used with on_host_maintenance option set to TERMINATE.