loadDistribution

@JvmName(name = "jgfxowunlnmaiacn")
suspend fun loadDistribution(value: Output<String>)
@JvmName(name = "jmthlyrtuqttjfxg")
suspend fun loadDistribution(value: String?)

Parameters

value

Specifies the load balancing distribution type to be used by the Load Balancer. Possible values are: Default – The load balancer is configured to use a 5 tuple hash to map traffic to available servers. SourceIP – The load balancer is configured to use a 2 tuple hash to map traffic to available servers. SourceIPProtocol – The load balancer is configured to use a 3 tuple hash to map traffic to available servers. Also known as Session Persistence, where the options are called None, Client IP and Client IP and Protocol respectively.