Enum UrlMapsValidateRequest.LoadBalancingSchemes (1.51.0)

public enum UrlMapsValidateRequest.LoadBalancingSchemes extends Enum<UrlMapsValidateRequest.LoadBalancingSchemes> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.UrlMapsValidateRequest.LoadBalancingSchemes

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EXTERNAL

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

EXTERNAL = 35607499;

EXTERNAL_MANAGED

Signifies that this will be used for Envoy-based global external Application Load Balancers.

EXTERNAL_MANAGED = 512006923;

EXTERNAL_MANAGED_VALUE

Signifies that this will be used for Envoy-based global external Application Load Balancers.

EXTERNAL_MANAGED = 512006923;

EXTERNAL_VALUE

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

EXTERNAL = 35607499;

LOAD_BALANCING_SCHEME_UNSPECIFIED

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.

LOAD_BALANCING_SCHEME_UNSPECIFIED = 526507452;

LOAD_BALANCING_SCHEME_UNSPECIFIED_VALUE

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.

LOAD_BALANCING_SCHEME_UNSPECIFIED = 526507452;

UNDEFINED_LOAD_BALANCING_SCHEMES

A value indicating that the enum field is not set.

UNDEFINED_LOAD_BALANCING_SCHEMES = 0;

UNDEFINED_LOAD_BALANCING_SCHEMES_VALUE

A value indicating that the enum field is not set.

UNDEFINED_LOAD_BALANCING_SCHEMES = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()