BackendServiceLocalityLbPolicyCustomPolicyArgs

data class BackendServiceLocalityLbPolicyCustomPolicyArgs(val data: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<BackendServiceLocalityLbPolicyCustomPolicyArgs>

Constructors

constructor(data: Output<String>? = null, name: Output<String>)

Properties

Link copied to clipboard
val data: Output<String>? = null

An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.

Link copied to clipboard
val name: Output<String>

Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.

Functions

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