Reference documentation and code samples for the Google Cloud Network Services V1 Client class LoadBalancingScheme.
Load balancing schemes supported by the LbTrafficExtension
, LbRouteExtension
, and LbEdgeExtension
resources.
For more information, refer to Backend services overview .
Protobuf type google.cloud.networkservices.v1.LoadBalancingScheme
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
static::name
value
mixed
static::value
name
mixed
Constants
LOAD_BALANCING_SCHEME_UNSPECIFIED
Value: 0
Default value. Do not use.
Generated from protobuf enum LOAD_BALANCING_SCHEME_UNSPECIFIED = 0;
INTERNAL_MANAGED
Value: 1
Signifies that this is used for Internal HTTP(S) Load Balancing.
Generated from protobuf enum INTERNAL_MANAGED = 1;
EXTERNAL_MANAGED
Value: 2
Signifies that this is used for External Managed HTTP(S) Load Balancing.
Generated from protobuf enum EXTERNAL_MANAGED = 2;