Enum LoadBalancerInfo.BackendType (1.12.0)

public enum LoadBalancerInfo.BackendType extends Enum<LoadBalancerInfo.BackendType> implements ProtocolMessageEnum

The type definition for a load balancer backend configuration:

Protobuf enum google.cloud.networkmanagement.v1beta1.LoadBalancerInfo.BackendType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BACKEND_SERVICE

Backend Service as the load balancer's backend.

BACKEND_SERVICE = 1;

BACKEND_SERVICE_VALUE

Backend Service as the load balancer's backend.

BACKEND_SERVICE = 1;

BACKEND_TYPE_UNSPECIFIED

Type is unspecified.

BACKEND_TYPE_UNSPECIFIED = 0;

BACKEND_TYPE_UNSPECIFIED_VALUE

Type is unspecified.

BACKEND_TYPE_UNSPECIFIED = 0;

TARGET_POOL

Target Pool as the load balancer's backend.

TARGET_POOL = 2;

TARGET_POOL_VALUE

Target Pool as the load balancer's backend.

TARGET_POOL = 2;

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()