node Types
suspend fun nodeTypes(value: Output<List<PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgs>>)
suspend fun nodeTypes(value: List<PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgs>?)
Parameters
value
A list of sole tenant node types. An empty list means that all possible node types will be considered. Structure is documented below.
suspend fun nodeTypes(vararg values: Output<PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgs>)
suspend fun nodeTypes(values: List<Output<PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgs>>)
suspend fun nodeTypes(vararg values: PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgs)
Parameters
values
A list of sole tenant node types. An empty list means that all possible node types will be considered. Structure is documented below.
suspend fun nodeTypes(argument: List<suspend PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgsBuilder.() -> Unit>)
suspend fun nodeTypes(vararg argument: suspend PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgsBuilder.() -> Unit)
suspend fun nodeTypes(argument: suspend PreferenceSetVirtualMachinePreferencesSoleTenancyPreferencesNodeTypeArgsBuilder.() -> Unit)
Parameters
argument
A list of sole tenant node types. An empty list means that all possible node types will be considered. Structure is documented below.