Class: Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.
Instance Attribute Summary collapse
- #custom_policy ⇒ ::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
- #policy ⇒ ::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy
Instance Attribute Details
#custom_policy ⇒ ::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
4124 4125 4126 4127 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4124 class BackendServiceLocalityLoadBalancingPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy ⇒ ::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy
4124 4125 4126 4127 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4124 class BackendServiceLocalityLoadBalancingPolicyConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |