allowedVmSizes

@JvmName(name = "xokabqectjwgnybu")
suspend fun allowedVmSizes(value: Output<List<String>>)
@JvmName(name = "aktmkscmyepjkpdk")
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 = "nkbpdalotuuwqkoj")
suspend fun allowedVmSizes(vararg values: Output<String>)


@JvmName(name = "lxjjfygsivmqmrxy")
suspend fun allowedVmSizes(values: List<Output<String>>)
@JvmName(name = "hqhoyvkarmwrtdxn")
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.