infrastructure Networks
suspend fun infrastructureNetworks(value: Output<List<HciDeploymentSettingScaleUnitInfrastructureNetworkArgs>>)
suspend fun infrastructureNetworks(value: List<HciDeploymentSettingScaleUnitInfrastructureNetworkArgs>)
Parameters
value
One or more infrastructure_network
blocks as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
suspend fun infrastructureNetworks(vararg values: Output<HciDeploymentSettingScaleUnitInfrastructureNetworkArgs>)
suspend fun infrastructureNetworks(values: List<Output<HciDeploymentSettingScaleUnitInfrastructureNetworkArgs>>)
suspend fun infrastructureNetworks(vararg values: HciDeploymentSettingScaleUnitInfrastructureNetworkArgs)
Parameters
values
One or more infrastructure_network
blocks as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.
suspend fun infrastructureNetworks(argument: List<suspend HciDeploymentSettingScaleUnitInfrastructureNetworkArgsBuilder.() -> Unit>)
suspend fun infrastructureNetworks(vararg argument: suspend HciDeploymentSettingScaleUnitInfrastructureNetworkArgsBuilder.() -> Unit)
suspend fun infrastructureNetworks(argument: suspend HciDeploymentSettingScaleUnitInfrastructureNetworkArgsBuilder.() -> Unit)
Parameters
argument
One or more infrastructure_network
blocks as defined above. Changing this forces a new Stack HCI Deployment Setting to be created.