public enum BackendService.LoadBalancingScheme extends Enum<BackendService.LoadBalancingScheme> implements ProtocolMessageEnumSpecifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.
Protobuf enum google.cloud.compute.v1.BackendService.LoadBalancingScheme
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| EXTERNAL | Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing |
| EXTERNAL_MANAGED | Signifies that this will be used for External Managed HTTP(S) Load Balancing. |
| EXTERNAL_MANAGED_VALUE | Signifies that this will be used for External Managed HTTP(S) Load Balancing. |
| EXTERNAL_VALUE | Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing |
| INTERNAL | Signifies that this will be used for Internal TCP/UDP Load Balancing. |
| INTERNAL_MANAGED | Signifies that this will be used for Internal HTTP(S) Load Balancing. |
| INTERNAL_MANAGED_VALUE | Signifies that this will be used for Internal HTTP(S) Load Balancing. |
| INTERNAL_SELF_MANAGED | Signifies that this will be used by Traffic Director. |
| INTERNAL_SELF_MANAGED_VALUE | Signifies that this will be used by Traffic Director. |
| INTERNAL_VALUE | Signifies that this will be used for Internal TCP/UDP Load Balancing. |
| INVALID_LOAD_BALANCING_SCHEME |
|
| INVALID_LOAD_BALANCING_SCHEME_VALUE |
|
| UNDEFINED_LOAD_BALANCING_SCHEME | A value indicating that the enum field is not set. |
| UNDEFINED_LOAD_BALANCING_SCHEME_VALUE | A value indicating that the enum field is not set. |
| 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() |