public enum Backend.Types.Preference
Reference documentation and code samples for the Compute Engine v1 API enum Backend.Types.Preference.
This field indicates whether this backend should be fully utilized before sending traffic to backends with default preference. The possible values are: - PREFERRED: Backends with this preference level will be filled up to their capacity limits first, based on RTT. - DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and traffic would be assigned based on the load balancing algorithm you use. This is the default
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
Default |
No preference. |
Preferred |
Traffic will be sent to this backend first. |
UndefinedPreference |
A value indicating that the enum field is not set. |
Unspecified |
If preference is unspecified, we set it to the DEFAULT value |