Enum BackendBucket.LoadBalancingScheme (1.74.0)

public enum BackendBucket.LoadBalancingScheme extends Enum<BackendBucket.LoadBalancingScheme> implements ProtocolMessageEnum

The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer. If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.

Protobuf enum google.cloud.compute.v1.BackendBucket.LoadBalancingScheme

Implements

ProtocolMessageEnum

Static Fields

Name Description
INTERNAL_MANAGED

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

INTERNAL_MANAGED = 37350397;

INTERNAL_MANAGED_VALUE

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

INTERNAL_MANAGED = 37350397;

UNDEFINED_LOAD_BALANCING_SCHEME

A value indicating that the enum field is not set.

UNDEFINED_LOAD_BALANCING_SCHEME = 0;

UNDEFINED_LOAD_BALANCING_SCHEME_VALUE

A value indicating that the enum field is not set.

UNDEFINED_LOAD_BALANCING_SCHEME = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()