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-21 UTC."],[[["The webpage provides documentation for the `UrlMapsValidateRequest` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 to the latest 3.6.0."],["`UrlMapsValidateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class includes two constructors: a default constructor and one that accepts another `UrlMapsValidateRequest` object for creating a copy, indicating deep cloning capabilities."],["The class has properties, `LoadBalancingSchemes` of type `RepeatedField\u003cstring\u003e`, and `Resource` of type `UrlMap`, used for specifying load balancer types and the content of the `UrlMap` to be validated."],["The `LoadBalancingSchemes` property is used to declare the type of load balancer, with EXTERNAL_MANAGED or EXTERNAL being the only supported values, defaulting to EXTERNAL if unspecified and no other types can be inferred from the resources."]]],[]]