Module: Google::Cloud::Compute::V1::BackendService::LoadBalancingScheme

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.

Constant Summary collapse

UNDEFINED_LOAD_BALANCING_SCHEME =

A value indicating that the enum field is not set.

0
EXTERNAL =

Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing

35607499
EXTERNAL_MANAGED =

Signifies that this will be used for External Managed HTTP(S) Load Balancing.

512006923
INTERNAL =

Signifies that this will be used for Internal TCP/UDP Load Balancing.

279295677
INTERNAL_MANAGED =

Signifies that this will be used for Internal HTTP(S) Load Balancing.

37350397
INTERNAL_SELF_MANAGED =

Signifies that this will be used by Traffic Director.

236211150
INVALID_LOAD_BALANCING_SCHEME =
275352060