guestAccelerators

@JvmName(name = "dwukgcbiqvopxdch")
suspend fun guestAccelerators(value: Output<List<InstanceGuestAcceleratorArgs>>)
@JvmName(name = "xcdwgayxhdxqtwmt")
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 = "egkhapajtmjbmdan")
suspend fun guestAccelerators(vararg values: Output<InstanceGuestAcceleratorArgs>)


@JvmName(name = "iqemlsefnetjhnjm")
suspend fun guestAccelerators(values: List<Output<InstanceGuestAcceleratorArgs>>)
@JvmName(name = "huuhxmxjnfmskoci")
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 = "udjxkwmscutjkaew")
suspend fun guestAccelerators(argument: List<suspend InstanceGuestAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "hgabwuctgearkqwa")
suspend fun guestAccelerators(vararg argument: suspend InstanceGuestAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "glmxplnloeilntdk")
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.