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 classic Application Load Balancers, global external proxy Network Load Balancers, or external passthrough Network Load Balancers.

35_607_499
EXTERNAL_MANAGED =

Signifies that this will be used for global external Application Load Balancers, regional external Application Load Balancers, or regional external proxy Network Load Balancers.

512_006_923
INTERNAL =

Signifies that this will be used for internal passthrough Network Load Balancers.

279_295_677
INTERNAL_MANAGED =

Signifies that this will be used for internal Application Load Balancers.

37_350_397
INTERNAL_SELF_MANAGED =

Signifies that this will be used by Traffic Director.

236_211_150
INVALID_LOAD_BALANCING_SCHEME =
275_352_060