acceleratorTypes

@JvmName(name = "gxsryjtksaunmrtv")
suspend fun acceleratorTypes(value: Output<List<Either<String, AcceleratorType>>>)
@JvmName(name = "mqjpnaxfwougjxbd")
suspend fun acceleratorTypes(value: List<Either<String, AcceleratorType>>?)

Parameters

value

The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.


@JvmName(name = "hnawqgixthpjsxfp")
suspend fun acceleratorTypes(vararg values: Output<Either<String, AcceleratorType>>)


@JvmName(name = "vojtuxttbocvpiac")
suspend fun acceleratorTypes(values: List<Output<Either<String, AcceleratorType>>>)
@JvmName(name = "jbiaoavumiikmqfh")
suspend fun acceleratorTypes(vararg values: Either<String, AcceleratorType>)

Parameters

values

The accelerator types specified as a list. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.