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 global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eUrlMapsValidateRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, specifically version 2.12.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUrlMapsValidateRequest\u003c/code\u003e class is used for validating URL maps and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor (\u003ccode\u003eUrlMapsValidateRequest()\u003c/code\u003e) and a copy constructor (\u003ccode\u003eUrlMapsValidateRequest(UrlMapsValidateRequest other)\u003c/code\u003e) to duplicate an existing object.\u003c/p\u003e\n"],["\u003cp\u003eIt has two main properties, \u003ccode\u003eLoadBalancingSchemes\u003c/code\u003e, which is a repeated field of strings specifying load balancer types for the validation, and \u003ccode\u003eResource\u003c/code\u003e, which holds the content of the UrlMap being validated.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provides links to various versions of \u003ccode\u003eUrlMapsValidateRequest\u003c/code\u003e class, ranging from version 1.0.0 to 3.6.0, allowing users to access documentation from older versions.\u003c/p\u003e\n"]]],[],null,[]]