public sealed class UrlMapsValidateRequest : IMessage<UrlMapsValidateRequest>, IEquatable<UrlMapsValidateRequest>, IDeepCloneable<UrlMapsValidateRequest>, IBufferMessage, IMessage
public RepeatedField<string> LoadBalancingSchemes { get; }
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
[[["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."],[[["The latest version of the `UrlMapsValidateRequest` documentation is 3.6.0, but this page focuses on version 2.5.0, which has a variety of previous versions listed down to version 1.0.0."],["`UrlMapsValidateRequest` is a class that inherits from `Object` and implements `IMessage\u003cUrlMapsValidateRequest\u003e`, `IEquatable\u003cUrlMapsValidateRequest\u003e`, `IDeepCloneable\u003cUrlMapsValidateRequest\u003e`, `IBufferMessage`, and `IMessage`, indicating its role in data handling and validation within the Google Cloud Compute environment."],["This class is found within the `Google.Cloud.Compute.V1` namespace, contained within the `Google.Cloud.Compute.V1.dll` assembly."],["`UrlMapsValidateRequest` has two constructors: one default and one that accepts another `UrlMapsValidateRequest` object as a parameter for creating a new instance."],["The class has two key properties: `LoadBalancingSchemes`, which is a list of strings specifying the load balancer type for the validation request, and `Resource`, which holds the `UrlMap` object that needs to be validated."]]],[]]