public sealed class PreviewRouterRequest : IMessage<PreviewRouterRequest>, IEquatable<PreviewRouterRequest>, IDeepCloneable<PreviewRouterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PreviewRouterRequest.
A request message for Routers.Preview. See the method description for details.
[[["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-04-09 UTC."],[[["The page provides reference documentation for the `PreviewRouterRequest` class within the Google Cloud Compute Engine v1 API, specifically focusing on version 2.11.0, but also offering links to versions ranging from 1.0.0 to 3.6.0."],["`PreviewRouterRequest` is used to preview a router, as described in the documentation which also mentions it implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `PreviewRouterRequest` includes constructors for default initialization and copying from another `PreviewRouterRequest` object, with the `other` parameter detailing the copy-from source."],["Key properties of `PreviewRouterRequest` are `Project` (project ID), `Region` (region name), `Router` (router name), and `RouterResource` (the request body), each with string types, except for the later which is of type `Router`."],["The `PreviewRouterRequest` class is a .NET class contained within the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly, where it also inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]