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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `Backend.Types.Preference` enum within the Google Cloud Compute Engine v1 API."],["The latest version available is 3.6.0, and the content lists multiple historical versions of the API, dating back to version 1.0.0."],["The `Backend.Types.Preference` enum defines three distinct values: `Default` (no preference), `Preferred` (traffic prioritized to this backend), `UndefinedPreference` (enum field not set), and `Unspecified` (default value if not specified)."],["The `Preferred` setting ensures that traffic is sent to the corresponding backend first, while `Default` backends are utilized if capacity limits are reached."],["The namespace `Google.Cloud.Compute.V1` and assembly `Google.Cloud.Compute.V1.dll` are provided for context."]]],[]]