endpoint Configurations
suspend fun endpointConfigurations(value: Output<List<PoolNetworkConfigurationEndpointConfigurationArgs>>)
Parameters
value
A list of endpoint_configuration
blocks that can be used to address specific ports on an individual compute node externally as defined below. Set as documented in the inbound_nat_pools block below. Changing this forces a new resource to be created.
suspend fun endpointConfigurations(vararg values: Output<PoolNetworkConfigurationEndpointConfigurationArgs>)
suspend fun endpointConfigurations(values: List<Output<PoolNetworkConfigurationEndpointConfigurationArgs>>)
suspend fun endpointConfigurations(vararg values: PoolNetworkConfigurationEndpointConfigurationArgs)
Parameters
values
A list of endpoint_configuration
blocks that can be used to address specific ports on an individual compute node externally as defined below. Set as documented in the inbound_nat_pools block below. Changing this forces a new resource to be created.
suspend fun endpointConfigurations(argument: List<suspend PoolNetworkConfigurationEndpointConfigurationArgsBuilder.() -> Unit>)
suspend fun endpointConfigurations(vararg argument: suspend PoolNetworkConfigurationEndpointConfigurationArgsBuilder.() -> Unit)
suspend fun endpointConfigurations(argument: suspend PoolNetworkConfigurationEndpointConfigurationArgsBuilder.() -> Unit)
Parameters
argument
A list of endpoint_configuration
blocks that can be used to address specific ports on an individual compute node externally as defined below. Set as documented in the inbound_nat_pools block below. Changing this forces a new resource to be created.