Reference documentation and code samples for the Compute V1 Client class LoadBalancingSchemes.
Protobuf type google.cloud.compute.v1.UrlMapsValidateRequest.LoadBalancingSchemes
Namespace
Google \ Cloud \ Compute \ V1 \ UrlMapsValidateRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_LOAD_BALANCING_SCHEMES
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LOAD_BALANCING_SCHEMES = 0;
EXTERNAL
Value: 35607499
Signifies that this will be used for classic Application Load Balancers.
Generated from protobuf enum EXTERNAL = 35607499;
EXTERNAL_MANAGED
Value: 512006923
Signifies that this will be used for Envoy-based global external Application Load Balancers.
Generated from protobuf enum EXTERNAL_MANAGED = 512006923;
LOAD_BALANCING_SCHEME_UNSPECIFIED
Value: 526507452
If unspecified, the validation will try to infer the scheme from the backend service resources this Url map references. If the inference is not possible, EXTERNAL will be used as the default type.
Generated from protobuf enum LOAD_BALANCING_SCHEME_UNSPECIFIED = 526507452;