acceleratorCount

@JvmName(name = "vrfxatxcfvhspiwn")
suspend fun acceleratorCount(value: Output<VMAttributeMinMaxIntegerArgs>)
@JvmName(name = "juogtufrwvjfdheu")
suspend fun acceleratorCount(value: VMAttributeMinMaxIntegerArgs?)

Parameters

value

The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.


@JvmName(name = "hihrhdkiuuwmgomg")
suspend fun acceleratorCount(argument: suspend VMAttributeMinMaxIntegerArgsBuilder.() -> Unit)

Parameters

argument

The range of accelerator count specified from min to max. Optional parameter. Either Min or Max is required if specified. acceleratorSupport should be set to "Included" or "Required" to use this VMAttribute. If acceleratorSupport is "Excluded", this VMAttribute can not be used.