allowedVmSizes

@JvmName(name = "bhfqpqmftfdhglgk")
suspend fun allowedVmSizes(value: Output<List<String>>)
@JvmName(name = "vkovttjxvstcrdsb")
suspend fun allowedVmSizes(value: List<String>?)

Parameters

value

Specifies the supported sizes of Virtual Machines that can be created in the Proximity Placement Group.

NOTE: Removing allowed_vm_sizes after it is set forces a new resource to be created.


@JvmName(name = "hlthkjcjsbdsqaps")
suspend fun allowedVmSizes(vararg values: Output<String>)


@JvmName(name = "vbbvhornfvrofwiq")
suspend fun allowedVmSizes(values: List<Output<String>>)
@JvmName(name = "mfgjmuksrwtavcqd")
suspend fun allowedVmSizes(vararg values: String)

Parameters

values

Specifies the supported sizes of Virtual Machines that can be created in the Proximity Placement Group.

NOTE: Removing allowed_vm_sizes after it is set forces a new resource to be created.