public sealed class PreviewRouterRequest : IMessage<PreviewRouterRequest>, IEquatable<PreviewRouterRequest>, IDeepCloneable<PreviewRouterRequest>, IBufferMessage, IMessage
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 `PreviewRouterRequest` class is a request message for the `Routers.Preview` method within the Google Cloud Compute V1 API."],["This class has been implemented in multiple versions, with the most recent one being version 3.6.0 and can be traced back to version 1.0.0, each with its corresponding documentation link."],["`PreviewRouterRequest` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling and deep cloning."],["The class includes constructors for default initialization and creating a copy from an existing `PreviewRouterRequest` instance, alongside key properties such as `Project`, `Region`, `Router`, and `RouterResource`."],["The properties `Project`, `Region`, and `Router` are all strings, while `RouterResource` is a `Router` object used to set the body of this request."]]],[]]