The list of host patterns to match. They must be valid hostnames with optional port numbers in the format host:port. * matches any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or .. * based matching is not supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true.
[[["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-31 UTC."],[[["This webpage details the `HostRule` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud .NET library, specifically for Compute Engine."],["The latest version of `HostRule` is 3.6.0, and the page provides links to documentation for numerous prior versions, dating back to version 1.0.0, for a complete view of the historical changes."],["`HostRule` is used for URL Maps in Google Cloud, enabling the matching of host patterns and utilizing the named `PathMatcher` to select the appropriate `BackendService`."],["The `HostRule` class has properties such as `Description`, `HasDescription`, `HasPathMatcher`, `Hosts`, and `PathMatcher`, offering methods to configure host matching and path routing, and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `HostRule` class inherits from `Object`, and the class also has two constructors, one default and one that takes in another `HostRule` object, allowing the creation of new HostRule instances."]]],[]]