public sealed class CreateHttpRouteRequest : IMessage<CreateHttpRouteRequest>, IEquatable<CreateHttpRouteRequest>, IDeepCloneable<CreateHttpRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class CreateHttpRouteRequest.
[[["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."],[[["This document provides reference information for the `CreateHttpRouteRequest` class within the Google Cloud Network Services v1 API, specifically version 1.0.0-beta01."],["The `CreateHttpRouteRequest` class is used to create an HTTP route resource and inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has several key properties, including `HttpRoute` (the resource to be created), `HttpRouteId` (the short name of the resource), `Parent` (the location of the resource), and `ParentAsLocationName` (a location name view over the `Parent` resource name)."],["There are two constructors available, one that creates an instance of the class and another that creates a copy from an existing `CreateHttpRouteRequest` object."],["This document details where the `CreateHttpRouteRequest` class can be located, in the namespace `Google.Cloud.NetworkServices.V1`, and the assembly `Google.Cloud.NetworkServices.V1.dll`."]]],[]]