ip Pools
suspend fun ipPools(value: Output<List<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs>>)
Parameters
value
One or more ip_pool
blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
suspend fun ipPools(vararg values: Output<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs>)
suspend fun ipPools(values: List<Output<HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgs>>)
Parameters
values
One or more ip_pool
blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.
suspend fun ipPools(argument: List<suspend HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgsBuilder.() -> Unit>)
suspend fun ipPools(vararg argument: suspend HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgsBuilder.() -> Unit)
suspend fun ipPools(argument: suspend HciDeploymentSettingScaleUnitInfrastructureNetworkIpPoolArgsBuilder.() -> Unit)
Parameters
argument
One or more ip_pool
blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.