virtualMachines

@JvmName(name = "bwlflolcxtuttwje")
suspend fun virtualMachines(value: Output<List<VirtualMachineResourceNamesArgs>>)
@JvmName(name = "uyygfuqjxavgyfqc")
suspend fun virtualMachines(value: List<VirtualMachineResourceNamesArgs>?)

Parameters

value

The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.


@JvmName(name = "ntqtvvpfqkwplxlt")
suspend fun virtualMachines(vararg values: Output<VirtualMachineResourceNamesArgs>)


@JvmName(name = "ecmqpkomdtaqkvno")
suspend fun virtualMachines(values: List<Output<VirtualMachineResourceNamesArgs>>)
@JvmName(name = "lcmbhwfygwokgaqn")
suspend fun virtualMachines(vararg values: VirtualMachineResourceNamesArgs)

Parameters

values

The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.


@JvmName(name = "ehfyahgbhkydmudm")
suspend fun virtualMachines(argument: List<suspend VirtualMachineResourceNamesArgsBuilder.() -> Unit>)
@JvmName(name = "ddbumpppdtglnulx")
suspend fun virtualMachines(vararg argument: suspend VirtualMachineResourceNamesArgsBuilder.() -> Unit)
@JvmName(name = "ibmjtvctfreygixk")
suspend fun virtualMachines(argument: suspend VirtualMachineResourceNamesArgsBuilder.() -> Unit)

Parameters

argument

The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.