public enum LoadBalancingScheme extends Enum<LoadBalancingScheme> implements ProtocolMessageEnum Load balancing schemes supported by the LbTrafficExtension resource and
 LbRouteExtension resource.
 For more information, refer to Choosing a load
 balancer.
 Protobuf enum google.cloud.networkservices.v1.LoadBalancingScheme
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| EXTERNAL_MANAGED | Signifies that this is used for External Managed HTTP(S) Load Balancing.   | 
| EXTERNAL_MANAGED_VALUE | Signifies that this is used for External Managed HTTP(S) Load Balancing.   | 
| INTERNAL_MANAGED | Signifies that this is used for Internal HTTP(S) Load Balancing.   | 
| INTERNAL_MANAGED_VALUE | Signifies that this is used for Internal HTTP(S) Load Balancing.   | 
| LOAD_BALANCING_SCHEME_UNSPECIFIED | Default value. Do not use.   | 
| LOAD_BALANCING_SCHEME_UNSPECIFIED_VALUE | Default value. Do not use.   | 
| 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() | |