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
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LOAD_BALANCING_SCHEME_UNSPECIFIED
Value: 0Default value. Do not use.
Generated from protobuf enum LOAD_BALANCING_SCHEME_UNSPECIFIED = 0;
INTERNAL_MANAGED
Value: 1Signifies that this is used for Internal HTTP(S) Load Balancing.
Generated from protobuf enum INTERNAL_MANAGED = 1;
EXTERNAL_MANAGED
Value: 2Signifies that this is used for External Managed HTTP(S) Load Balancing.
Generated from protobuf enum EXTERNAL_MANAGED = 2;