public enum LoadBalancerInfo.BackendType extends Enum<LoadBalancerInfo.BackendType> implements ProtocolMessageEnum
The type definition for a load balancer backend configuration:
Protobuf enum google.events.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
BACKEND_SERVICE | Backend Service as the load balancer's backend. |
BACKEND_SERVICE_VALUE | Backend Service as the load balancer's backend. |
BACKEND_TYPE_UNSPECIFIED | Type is unspecified. |
BACKEND_TYPE_UNSPECIFIED_VALUE | Type is unspecified. |
TARGET_INSTANCE | Target Instance as the load balancer's backend. |
TARGET_INSTANCE_VALUE | Target Instance as the load balancer's backend. |
TARGET_POOL | Target Pool as the load balancer's backend. |
TARGET_POOL_VALUE | Target Pool as the load balancer's backend. |
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() |