public enum BackendService.Types.LoadBalancingScheme
Reference documentation and code samples for the Compute Engine v1 API enum BackendService.Types.LoadBalancingScheme.
Specifies 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.
Namespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Fields | |
---|---|
Name | Description |
External | Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing |
ExternalManaged | Signifies that this will be used for External Managed HTTP(S) Load Balancing. |
Internal | Signifies that this will be used for Internal TCP/UDP Load Balancing. |
InternalManaged | Signifies that this will be used for Internal HTTP(S) Load Balancing. |
InternalSelfManaged | Signifies that this will be used by Traffic Director. |
InvalidLoadBalancingScheme | |
UndefinedLoadBalancingScheme | A value indicating that the enum field is not set. |