BackendServiceLocalityLbPolicyArgs

data class BackendServiceLocalityLbPolicyArgs(val customPolicy: Output<BackendServiceLocalityLbPolicyCustomPolicyArgs>? = null, val policy: Output<BackendServiceLocalityLbPolicyPolicyArgs>? = null) : ConvertibleToJava<BackendServiceLocalityLbPolicyArgs>

Constructors

Link copied to clipboard
constructor(customPolicy: Output<BackendServiceLocalityLbPolicyCustomPolicyArgs>? = null, policy: Output<BackendServiceLocalityLbPolicyPolicyArgs>? = null)

Properties

Link copied to clipboard

The configuration for a custom policy implemented by the user and deployed with the client. Structure is documented below.

Link copied to clipboard

The configuration for a built-in load balancing policy. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): BackendServiceLocalityLbPolicyArgs