com.pulumi.googlenative.compute.alpha.kotlin.outputs.BackendServiceLocalityLoadBalancingPolicyConfigPolicyResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.compute.alpha.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The configuration for a built-in load balancing policy.
* @property name The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.
*/
public data class BackendServiceLocalityLoadBalancingPolicyConfigPolicyResponse(
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.compute.alpha.outputs.BackendServiceLocalityLoadBalancingPolicyConfigPolicyResponse): BackendServiceLocalityLoadBalancingPolicyConfigPolicyResponse =
BackendServiceLocalityLoadBalancingPolicyConfigPolicyResponse(
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy