Class BackendServiceLocalityLoadBalancingPolicyConfig

BackendServiceLocalityLoadBalancingPolicyConfig(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.

Attributes

NameDescription
custom_policy google.cloud.compute_v1.types.BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
This field is a member of `oneof`_ ``_custom_policy``.
policy google.cloud.compute_v1.types.BackendServiceLocalityLoadBalancingPolicyConfigPolicy
This field is a member of `oneof`_ ``_policy``.

Inheritance

builtins.object > proto.message.Message > BackendServiceLocalityLoadBalancingPolicyConfig