Backend Service Locality Lb Policy Custom Policy Args
data class BackendServiceLocalityLbPolicyCustomPolicyArgs(val data: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<BackendServiceLocalityLbPolicyCustomPolicyArgs>
Properties
Link copied to clipboard
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.